Html Css Color HEX #13567F Bahama Blue

📋 copy color: '#13567F'

red 19 ◦ green 86 ◦ blue 127

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

Shades of Bahama Blue #13567F

Tints of Bahama Blue #13567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 54.74%

R = 8.19%
G = 37.07%
B = 54.74%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13567F (or 0x13567F) is known color: Bahama Blue. HEX triplet: 13, 56 and 7F. RGB value is (19,86,127). Sum of RGB (Red+Green+Blue) = 19+86+127=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #13567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13567F is #ECA980. Grayscale: #464646. Windows color (decimal): -15509889 or 8345107. OLE color: 8345107.

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

Color convert

RGB 19 86 127 -
CMYK 0.85 0.32 0 0.50
HSL 202.78º 0.74% 0.29% -
HSV(B) 202.78º 0.85% 0.5% -
XYZ 7.43 8.33 21.29 -
YUV 70.64 159.8 91.17 -
System Red Green Blue C M Y K H S L
Decimal 19 86 127 0.85 0.32 0 0.50 202.78 0.74 0.29
Hex 13 56 7F 55 20 0 32 CB 4A 1D
Octal 23 126 177 125 40 0 62 313 112 35
Binary 10011 1010110 1111111 1010101 100000 0 110010 11001011 1001010 11101

Color Harmonies of #13567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13567F

Black with #13567F

Text Example


Text Example

White with #13567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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