Html Css Color HEX #135F8A Bahama Blue

📋 copy color: '#135F8A'

red 19 ◦ green 95 ◦ blue 138

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

Shades of Bahama Blue #135F8A

Tints of Bahama Blue #135F8A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.7%

 BLUE value IS 138 (54.3% from 255) = 54.76%

R = 7.54%
G = 37.7%
B = 54.76%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#135F8A (or 0x135F8A) is known color: Bahama Blue. HEX triplet: 13, 5F and 8A. RGB value is (19,95,138). Sum of RGB (Red+Green+Blue) = 19+95+138=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #135F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135F8A is #ECA075. Grayscale: #4C4C4C. Windows color (decimal): -15507574 or 9068307. OLE color: 9068307.

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

Color convert

RGB 19 95 138 -
CMYK 0.86 0.31 0 0.46
HSL 201.68º 0.76% 0.31% -
HSV(B) 201.68º 0.86% 0.54% -
XYZ 8.95 10.16 25.53 -
YUV 77.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 19 95 138 0.86 0.31 0 0.46 201.68 0.76 0.31
Hex 13 5F 8A 56 1F 0 2E CA 4C 1F
Octal 23 137 212 126 37 0 56 312 114 37
Binary 10011 1011111 10001010 1010110 11111 0 101110 11001010 1001100 11111

Color Harmonies of #135F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F8A

Black with #135F8A

Text Example


Text Example

White with #135F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,95,138); }

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

background-color css

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

 a { background-color: rgb(19,95,138); }

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

border-color css

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

 span { border-color: rgb(19,95,138); }

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