Html Css Color HEX #01426F Dark Cerulean

📋 copy color: '#01426F'

red 1 ◦ green 66 ◦ blue 111

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

Shades of Dark Cerulean #01426F

Tints of Dark Cerulean #01426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.36%

R = 0.56%
G = 37.08%
B = 62.36%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01426F (or 0x01426F) is known color: Dark Cerulean. HEX triplet: 01, 42 and 6F. RGB value is (1,66,111). Sum of RGB (Red+Green+Blue) = 1+66+111=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #01426F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01426F is #FEBD90. Grayscale: #333333. Windows color (decimal): -16694673 or 7291393. OLE color: 7291393.

HSL color Cylindrical-coordinate representation of color #01426F: hue angle of 204.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01426F is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 66 111 -
CMYK 0.99 0.41 0 0.56
HSL 204.55º 0.98% 0.22% -
HSV(B) 204.55º 0.99% 0.44% -
XYZ 4.83 5.05 15.76 -
YUV 51.7 161.47 91.84 -
System Red Green Blue C M Y K H S L
Decimal 1 66 111 0.99 0.41 0 0.56 204.55 0.98 0.22
Hex 1 42 6F 63 29 0 38 CD 62 16
Octal 1 102 157 143 51 0 70 315 142 26
Binary 1 1000010 1101111 1100011 101001 0 111000 11001101 1100010 10110

Color Harmonies of #01426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01426F

Black with #01426F

Text Example


Text Example

White with #01426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01426F; }

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

 H1.HeaderClassName
 {
   color: #01426F;
 }
 .AnyTagClassName
 {
   color: #01426F;
 }
</style>

background-color css

<style>
 a { background-color: #01426F; }

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

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

border-color css

<style>
 span { border-color: #01426F; }

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

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