Html Css Color HEX #135883 Bahama Blue

📋 copy color: '#135883'

red 19 ◦ green 88 ◦ blue 131

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

Shades of Bahama Blue #135883

Tints of Bahama Blue #135883

RGB

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

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

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

R = 7.98%
G = 36.97%
B = 55.04%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#135883 (or 0x135883) is known color: Bahama Blue. HEX triplet: 13, 58 and 83. RGB value is (19,88,131). Sum of RGB (Red+Green+Blue) = 19+88+131=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #135883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135883 is #ECA77C. Grayscale: #484848. Windows color (decimal): -15509373 or 8607763. OLE color: 8607763.

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

Color convert

RGB 19 88 131 -
CMYK 0.85 0.33 0 0.49
HSL 203.04º 0.75% 0.29% -
HSV(B) 203.04º 0.85% 0.51% -
XYZ 7.86 8.76 22.75 -
YUV 72.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 19 88 131 0.85 0.33 0 0.49 203.04 0.75 0.29
Hex 13 58 83 55 21 0 31 CB 4B 1D
Octal 23 130 203 125 41 0 61 313 113 35
Binary 10011 1011000 10000011 1010101 100001 0 110001 11001011 1001011 11101

Color Harmonies of #135883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135883

Black with #135883

Text Example


Text Example

White with #135883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135883; }

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

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

background-color css

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

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

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

border-color css

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

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

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