Html Css Color HEX #01427D Dark Cerulean

📋 copy color: '#01427D'

red 1 ◦ green 66 ◦ blue 125

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

Shades of Dark Cerulean #01427D

Tints of Dark Cerulean #01427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.38%

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

R = 0.52%
G = 34.38%
B = 65.1%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01427D (or 0x01427D) is known color: Dark Cerulean. HEX triplet: 01, 42 and 7D. RGB value is (1,66,125). Sum of RGB (Red+Green+Blue) = 1+66+125=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #01427D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01427D is #FEBD82. Grayscale: #343434. Windows color (decimal): -16694659 or 8208897. OLE color: 8208897.

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

Color convert

RGB 1 66 125 -
CMYK 0.99 0.47 0 0.51
HSL 208.55º 0.98% 0.25% -
HSV(B) 208.55º 0.99% 0.49% -
XYZ 5.66 5.38 20.14 -
YUV 53.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 1 66 125 0.99 0.47 0 0.51 208.55 0.98 0.25
Hex 1 42 7D 63 2F 0 33 D1 62 19
Octal 1 102 175 143 57 0 63 321 142 31
Binary 1 1000010 1111101 1100011 101111 0 110011 11010001 1100010 11001

Color Harmonies of #01427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01427D

Black with #01427D

Text Example


Text Example

White with #01427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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