Html Css Color HEX #135882 Bahama Blue

📋 copy color: '#135882'

red 19 ◦ green 88 ◦ blue 130

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

Shades of Bahama Blue #135882

Tints of Bahama Blue #135882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.85%

R = 8.02%
G = 37.13%
B = 54.85%

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

#135882 (or 0x135882) is known color: Bahama Blue. HEX triplet: 13, 58 and 82. RGB value is (19,88,130). Sum of RGB (Red+Green+Blue) = 19+88+130=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #135882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135882 is #ECA77D. Grayscale: #474747. Windows color (decimal): -15509374 or 8542227. OLE color: 8542227.

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

Color convert

RGB 19 88 130 -
CMYK 0.85 0.32 0 0.49
HSL 202.7º 0.74% 0.29% -
HSV(B) 202.7º 0.85% 0.51% -
XYZ 7.79 8.73 22.39 -
YUV 72.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 19 88 130 0.85 0.32 0 0.49 202.7 0.74 0.29
Hex 13 58 82 55 20 0 31 CB 4A 1D
Octal 23 130 202 125 40 0 61 313 112 35
Binary 10011 1011000 10000010 1010101 100000 0 110001 11001011 1001010 11101

Color Harmonies of #135882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135882

Black with #135882

Text Example


Text Example

White with #135882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135882; }

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

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

background-color css

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

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

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

border-color css

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

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

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