Html Css Color HEX #135988 Bahama Blue

📋 copy color: '#135988'

red 19 ◦ green 89 ◦ blue 136

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

Shades of Bahama Blue #135988

Tints of Bahama Blue #135988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.74%

R = 7.79%
G = 36.48%
B = 55.74%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#135988 (or 0x135988) is known color: Bahama Blue. HEX triplet: 13, 59 and 88. RGB value is (19,89,136). Sum of RGB (Red+Green+Blue) = 19+89+136=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #135988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135988 is #ECA677. Grayscale: #494949. Windows color (decimal): -15509112 or 8935699. OLE color: 8935699.

HSL color Cylindrical-coordinate representation of color #135988: hue angle of 204.1º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135988 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 89 136 -
CMYK 0.86 0.35 0 0.47
HSL 204.1º 0.75% 0.3% -
HSV(B) 204.1º 0.86% 0.53% -
XYZ 8.28 9.06 24.6 -
YUV 73.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 19 89 136 0.86 0.35 0 0.47 204.1 0.75 0.3
Hex 13 59 88 56 23 0 2F CC 4B 1E
Octal 23 131 210 126 43 0 57 314 113 36
Binary 10011 1011001 10001000 1010110 100011 0 101111 11001100 1001011 11110

Color Harmonies of #135988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135988

Black with #135988

Text Example


Text Example

White with #135988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135988; }

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

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

background-color css

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

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

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

border-color css

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

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

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