Html Css Color HEX #01427B Dark Cerulean

📋 copy color: '#01427B'

red 1 ◦ green 66 ◦ blue 123

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

Shades of Dark Cerulean #01427B

Tints of Dark Cerulean #01427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 64.74%

R = 0.53%
G = 34.74%
B = 64.74%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01427B (or 0x01427B) is known color: Dark Cerulean. HEX triplet: 01, 42 and 7B. RGB value is (1,66,123). Sum of RGB (Red+Green+Blue) = 1+66+123=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #01427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01427B is #FEBD84. Grayscale: #343434. Windows color (decimal): -16694661 or 8077825. OLE color: 8077825.

HSL color Cylindrical-coordinate representation of color #01427B: hue angle of 208.03º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01427B is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 66 123 -
CMYK 0.99 0.46 0 0.52
HSL 208.03º 0.98% 0.24% -
HSV(B) 208.03º 0.99% 0.48% -
XYZ 5.54 5.33 19.48 -
YUV 53.06 167.47 90.87 -
System Red Green Blue C M Y K H S L
Decimal 1 66 123 0.99 0.46 0 0.52 208.03 0.98 0.24
Hex 1 42 7B 63 2E 0 34 D0 62 18
Octal 1 102 173 143 56 0 64 320 142 30
Binary 1 1000010 1111011 1100011 101110 0 110100 11010000 1100010 11000

Color Harmonies of #01427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01427B

Black with #01427B

Text Example


Text Example

White with #01427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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