Html Css Color HEX #135885 Bahama Blue

📋 copy color: '#135885'

red 19 ◦ green 88 ◦ blue 133

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

Shades of Bahama Blue #135885

Tints of Bahama Blue #135885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.42%

R = 7.92%
G = 36.67%
B = 55.42%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#135885 (or 0x135885) is known color: Bahama Blue. HEX triplet: 13, 58 and 85. RGB value is (19,88,133). Sum of RGB (Red+Green+Blue) = 19+88+133=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #135885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135885 is #ECA77A. Grayscale: #484848. Windows color (decimal): -15509371 or 8738835. OLE color: 8738835.

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

Color convert

RGB 19 88 133 -
CMYK 0.86 0.34 0 0.48
HSL 203.68º 0.75% 0.3% -
HSV(B) 203.68º 0.86% 0.52% -
XYZ 7.99 8.81 23.47 -
YUV 72.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 19 88 133 0.86 0.34 0 0.48 203.68 0.75 0.3
Hex 13 58 85 56 22 0 30 CC 4B 1E
Octal 23 130 205 126 42 0 60 314 113 36
Binary 10011 1011000 10000101 1010110 100010 0 110000 11001100 1001011 11110

Color Harmonies of #135885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135885

Black with #135885

Text Example


Text Example

White with #135885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135885; }

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

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

background-color css

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

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

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

border-color css

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

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

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