Html Css Color HEX #01428D Dark Cerulean

📋 copy color: '#01428D'

red 1 ◦ green 66 ◦ blue 141

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

Shades of Dark Cerulean #01428D

Tints of Dark Cerulean #01428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 67.79%

R = 0.48%
G = 31.73%
B = 67.79%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01428D (or 0x01428D) is known color: Dark Cerulean. HEX triplet: 01, 42 and 8D. RGB value is (1,66,141). Sum of RGB (Red+Green+Blue) = 1+66+141=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #01428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01428D is #FEBD72. Grayscale: #363636. Windows color (decimal): -16694643 or 9257473. OLE color: 9257473.

HSL color Cylindrical-coordinate representation of color #01428D: hue angle of 212.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01428D is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 66 141 -
CMYK 0.99 0.53 0 0.45
HSL 212.14º 0.99% 0.28% -
HSV(B) 212.14º 0.99% 0.55% -
XYZ 6.77 5.83 25.97 -
YUV 55.12 176.47 89.4 -
System Red Green Blue C M Y K H S L
Decimal 1 66 141 0.99 0.53 0 0.45 212.14 0.99 0.28
Hex 1 42 8D 63 35 0 2D D4 63 1C
Octal 1 102 215 143 65 0 55 324 143 34
Binary 1 1000010 10001101 1100011 110101 0 101101 11010100 1100011 11100

Color Harmonies of #01428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01428D

Black with #01428D

Text Example


Text Example

White with #01428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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