Html Css Color HEX #01567C Dark Cerulean

📋 copy color: '#01567C'

red 1 ◦ green 86 ◦ blue 124

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

Shades of Dark Cerulean #01567C

Tints of Dark Cerulean #01567C

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

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

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 0.47%
G = 40.76%
B = 58.77%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01567C (or 0x01567C) is known color: Dark Cerulean. HEX triplet: 01, 56 and 7C. RGB value is (1,86,124). Sum of RGB (Red+Green+Blue) = 1+86+124=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #01567C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01567C is #FEA983. Grayscale: #404040. Windows color (decimal): -16689540 or 8148481. OLE color: 8148481.

HSL color Cylindrical-coordinate representation of color #01567C: hue angle of 198.54º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01567C is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 86 124 -
CMYK 0.99 0.31 0 0.51
HSL 198.54º 0.98% 0.25% -
HSV(B) 198.54º 0.99% 0.49% -
XYZ 6.98 8.12 20.27 -
YUV 64.92 161.34 82.41 -
System Red Green Blue C M Y K H S L
Decimal 1 86 124 0.99 0.31 0 0.51 198.54 0.98 0.25
Hex 1 56 7C 63 1F 0 33 C7 62 19
Octal 1 126 174 143 37 0 63 307 142 31
Binary 1 1010110 1111100 1100011 11111 0 110011 11000111 1100010 11001

Color Harmonies of #01567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01567C

Black with #01567C

Text Example


Text Example

White with #01567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01567C; }

 p { color: rgb(1,86,124); }

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

background-color css

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

 a { background-color: rgb(1,86,124); }

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

border-color css

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

 span { border-color: rgb(1,86,124); }

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