Html Css Color HEX #135A8B Bahama Blue

📋 copy color: '#135A8B'

red 19 ◦ green 90 ◦ blue 139

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

Shades of Bahama Blue #135A8B

Tints of Bahama Blue #135A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.29%

 BLUE value IS 139 (54.69% from 255) = 56.05%

R = 7.66%
G = 36.29%
B = 56.05%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#135A8B (or 0x135A8B) is known color: Bahama Blue. HEX triplet: 13, 5A and 8B. RGB value is (19,90,139). Sum of RGB (Red+Green+Blue) = 19+90+139=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #135A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A8B is #ECA574. Grayscale: #4A4A4A. Windows color (decimal): -15508853 or 9132563. OLE color: 9132563.

HSL color Cylindrical-coordinate representation of color #135A8B: hue angle of 204.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135A8B is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 90 139 -
CMYK 0.86 0.35 0 0.45
HSL 204.5º 0.76% 0.31% -
HSV(B) 204.5º 0.86% 0.55% -
XYZ 8.58 9.31 25.77 -
YUV 74.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 19 90 139 0.86 0.35 0 0.45 204.5 0.76 0.31
Hex 13 5A 8B 56 23 0 2D CC 4C 1F
Octal 23 132 213 126 43 0 55 314 114 37
Binary 10011 1011010 10001011 1010110 100011 0 101101 11001100 1001100 11111

Color Harmonies of #135A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A8B

Black with #135A8B

Text Example


Text Example

White with #135A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135A8B; }

 p { color: rgb(19,90,139); }

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

background-color css

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

 a { background-color: rgb(19,90,139); }

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

border-color css

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

 span { border-color: rgb(19,90,139); }

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