Html Css Color HEX #135583 Bahama Blue

📋 copy color: '#135583'

red 19 ◦ green 85 ◦ blue 131

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

Shades of Bahama Blue #135583

Tints of Bahama Blue #135583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

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

R = 8.09%
G = 36.17%
B = 55.74%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#135583 (or 0x135583) is known color: Bahama Blue. HEX triplet: 13, 55 and 83. RGB value is (19,85,131). Sum of RGB (Red+Green+Blue) = 19+85+131=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #135583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135583 is #ECAA7C. Grayscale: #464646. Windows color (decimal): -15510141 or 8606995. OLE color: 8606995.

HSL color Cylindrical-coordinate representation of color #135583: hue angle of 204.64º 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 #135583 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 85 131 -
CMYK 0.85 0.35 0 0.49
HSL 204.64º 0.75% 0.29% -
HSV(B) 204.64º 0.85% 0.51% -
XYZ 7.61 8.27 22.67 -
YUV 70.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 19 85 131 0.85 0.35 0 0.49 204.64 0.75 0.29
Hex 13 55 83 55 23 0 31 CD 4B 1D
Octal 23 125 203 125 43 0 61 315 113 35
Binary 10011 1010101 10000011 1010101 100011 0 110001 11001101 1001011 11101

Color Harmonies of #135583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135583

Black with #135583

Text Example


Text Example

White with #135583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135583; }

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

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

background-color css

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

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

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

border-color css

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

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

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