Html Css Color HEX #13567E Bahama Blue

📋 copy color: '#13567E'

red 19 ◦ green 86 ◦ blue 126

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

Shades of Bahama Blue #13567E

Tints of Bahama Blue #13567E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 126 (49.61% from 255) = 54.55%

R = 8.23%
G = 37.23%
B = 54.55%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13567E (or 0x13567E) is known color: Bahama Blue. HEX triplet: 13, 56 and 7E. RGB value is (19,86,126). Sum of RGB (Red+Green+Blue) = 19+86+126=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #13567E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13567E is #ECA981. Grayscale: #464646. Windows color (decimal): -15509890 or 8279571. OLE color: 8279571.

HSL color Cylindrical-coordinate representation of color #13567E: hue angle of 202.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13567E is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 86 126 -
CMYK 0.85 0.32 0 0.51
HSL 202.43º 0.74% 0.28% -
HSV(B) 202.43º 0.85% 0.49% -
XYZ 7.36 8.3 20.95 -
YUV 70.53 159.3 91.25 -
System Red Green Blue C M Y K H S L
Decimal 19 86 126 0.85 0.32 0 0.51 202.43 0.74 0.28
Hex 13 56 7E 55 20 0 33 CA 4A 1C
Octal 23 126 176 125 40 0 63 312 112 34
Binary 10011 1010110 1111110 1010101 100000 0 110011 11001010 1001010 11100

Color Harmonies of #13567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13567E

Black with #13567E

Text Example


Text Example

White with #13567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13567E; }

 p { color: rgb(19,86,126); }

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

background-color css

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

 a { background-color: rgb(19,86,126); }

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

border-color css

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

 span { border-color: rgb(19,86,126); }

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