Html Css Color HEX #135983 Bahama Blue

📋 copy color: '#135983'

red 19 ◦ green 89 ◦ blue 131

#135983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #135983

Tints of Bahama Blue #135983

RGB

 RED value IS 19 (7.81% from 255) = 7.95%

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 131 (51.56% from 255) = 54.81%

R = 7.95%
G = 37.24%
B = 54.81%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#135983 (or 0x135983) is known color: Bahama Blue. HEX triplet: 13, 59 and 83. RGB value is (19,89,131). Sum of RGB (Red+Green+Blue) = 19+89+131=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #135983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135983 is #ECA67C. Grayscale: #484848. Windows color (decimal): -15509117 or 8608019. OLE color: 8608019.

HSL color Cylindrical-coordinate representation of color #135983: hue angle of 202.5º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135983 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 89 131 -
CMYK 0.85 0.32 0 0.49
HSL 202.5º 0.75% 0.29% -
HSV(B) 202.5º 0.85% 0.51% -
XYZ 7.94 8.92 22.78 -
YUV 72.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 19 89 131 0.85 0.32 0 0.49 202.5 0.75 0.29
Hex 13 59 83 55 20 0 31 CA 4B 1D
Octal 23 131 203 125 40 0 61 312 113 35
Binary 10011 1011001 10000011 1010101 100000 0 110001 11001010 1001011 11101

Color Harmonies of #135983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135983

Black with #135983

Text Example


Text Example

White with #135983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135983; }

 p { color: rgb(19,89,131); }

 H1.HeaderClassName
 {
   color: #135983;
 }
 .AnyTagClassName
 {
   color: #135983;
 }
</style>

background-color css

<style>
 a { background-color: #135983; }

 a { background-color: rgb(19,89,131); }

 div.DivClassName
 {
   background-color: #135983;
 }
 .BgClassName
 {
   background-color: #135983;
 }
</style>

border-color css

<style>
 span { border-color: #135983; }

 span { border-color: rgb(19,89,131); }

 td.TdClassName
 {
   border-color: #135983;
 }
 .TagClassName
 {
   border-color: #135983;
 }
</style>