Html Css Color HEX #01367C Dark Cerulean

📋 copy color: '#01367C'

red 1 ◦ green 54 ◦ blue 124

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

Shades of Dark Cerulean #01367C

Tints of Dark Cerulean #01367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

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

R = 0.56%
G = 30.17%
B = 69.27%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01367C (or 0x01367C) is known color: Dark Cerulean. HEX triplet: 01, 36 and 7C. RGB value is (1,54,124). Sum of RGB (Red+Green+Blue) = 1+54+124=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #01367C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01367C is #FEC983. Grayscale: #2D2D2D. Windows color (decimal): -16697732 or 8140289. OLE color: 8140289.

HSL color Cylindrical-coordinate representation of color #01367C: hue angle of 214.15º 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 #01367C is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 54 124 -
CMYK 0.99 0.56 0 0.51
HSL 214.15º 0.98% 0.25% -
HSV(B) 214.15º 0.99% 0.49% -
XYZ 4.97 4.1 19.6 -
YUV 46.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 1 54 124 0.99 0.56 0 0.51 214.15 0.98 0.25
Hex 1 36 7C 63 38 0 33 D6 62 19
Octal 1 66 174 143 70 0 63 326 142 31
Binary 1 110110 1111100 1100011 111000 0 110011 11010110 1100010 11001

Color Harmonies of #01367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01367C

Black with #01367C

Text Example


Text Example

White with #01367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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