Html Css Color HEX #135888 Bahama Blue

📋 copy color: '#135888'

red 19 ◦ green 88 ◦ blue 136

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

Shades of Bahama Blue #135888

Tints of Bahama Blue #135888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

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

R = 7.82%
G = 36.21%
B = 55.97%

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

#135888 (or 0x135888) is known color: Bahama Blue. HEX triplet: 13, 58 and 88. RGB value is (19,88,136). Sum of RGB (Red+Green+Blue) = 19+88+136=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #135888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135888 is #ECA777. Grayscale: #484848. Windows color (decimal): -15509368 or 8935443. OLE color: 8935443.

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

Color convert

RGB 19 88 136 -
CMYK 0.86 0.35 0 0.47
HSL 204.62º 0.75% 0.3% -
HSV(B) 204.62º 0.86% 0.53% -
XYZ 8.2 8.9 24.58 -
YUV 72.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 19 88 136 0.86 0.35 0 0.47 204.62 0.75 0.3
Hex 13 58 88 56 23 0 2F CD 4B 1E
Octal 23 130 210 126 43 0 57 315 113 36
Binary 10011 1011000 10001000 1010110 100011 0 101111 11001101 1001011 11110

Color Harmonies of #135888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135888

Black with #135888

Text Example


Text Example

White with #135888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135888; }

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

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

background-color css

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

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

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

border-color css

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

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

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