Html Css Color HEX #01427C Dark Cerulean

📋 copy color: '#01427C'

red 1 ◦ green 66 ◦ blue 124

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

Shades of Dark Cerulean #01427C

Tints of Dark Cerulean #01427C

RGB

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

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

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

R = 0.52%
G = 34.55%
B = 64.92%

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

#01427C (or 0x01427C) is known color: Dark Cerulean. HEX triplet: 01, 42 and 7C. RGB value is (1,66,124). Sum of RGB (Red+Green+Blue) = 1+66+124=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #01427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01427C is #FEBD83. Grayscale: #343434. Windows color (decimal): -16694660 or 8143361. OLE color: 8143361.

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

Color convert

RGB 1 66 124 -
CMYK 0.99 0.47 0 0.51
HSL 208.29º 0.98% 0.25% -
HSV(B) 208.29º 0.99% 0.49% -
XYZ 5.6 5.36 19.81 -
YUV 53.18 167.97 90.78 -
System Red Green Blue C M Y K H S L
Decimal 1 66 124 0.99 0.47 0 0.51 208.29 0.98 0.25
Hex 1 42 7C 63 2F 0 33 D0 62 19
Octal 1 102 174 143 57 0 63 320 142 31
Binary 1 1000010 1111100 1100011 101111 0 110011 11010000 1100010 11001

Color Harmonies of #01427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01427C

Black with #01427C

Text Example


Text Example

White with #01427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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