Html Css Color HEX #01367D Dark Cerulean

📋 copy color: '#01367D'

red 1 ◦ green 54 ◦ blue 125

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

Shades of Dark Cerulean #01367D

Tints of Dark Cerulean #01367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 69.44%

R = 0.56%
G = 30%
B = 69.44%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01367D (or 0x01367D) is known color: Dark Cerulean. HEX triplet: 01, 36 and 7D. RGB value is (1,54,125). Sum of RGB (Red+Green+Blue) = 1+54+125=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #01367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01367D is #FEC982. Grayscale: #2D2D2D. Windows color (decimal): -16697731 or 8205825. OLE color: 8205825.

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

Color convert

RGB 1 54 125 -
CMYK 0.99 0.57 0 0.51
HSL 214.35º 0.98% 0.25% -
HSV(B) 214.35º 0.99% 0.49% -
XYZ 5.03 4.13 19.93 -
YUV 46.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 1 54 125 0.99 0.57 0 0.51 214.35 0.98 0.25
Hex 1 36 7D 63 39 0 33 D6 62 19
Octal 1 66 175 143 71 0 63 326 142 31
Binary 1 110110 1111101 1100011 111001 0 110011 11010110 1100010 11001

Color Harmonies of #01367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01367D

Black with #01367D

Text Example


Text Example

White with #01367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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