Html Css Color HEX #01438E Dark Cerulean

📋 copy color: '#01438E'

red 1 ◦ green 67 ◦ blue 142

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

Shades of Dark Cerulean #01438E

Tints of Dark Cerulean #01438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.9%

 BLUE value IS 142 (55.86% from 255) = 67.62%

R = 0.48%
G = 31.9%
B = 67.62%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01438E (or 0x01438E) is known color: Dark Cerulean. HEX triplet: 01, 43 and 8E. RGB value is (1,67,142). Sum of RGB (Red+Green+Blue) = 1+67+142=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #01438E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01438E is #FEBC71. Grayscale: #373737. Windows color (decimal): -16694386 or 9323265. OLE color: 9323265.

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

Color convert

RGB 1 67 142 -
CMYK 0.99 0.53 0 0.44
HSL 211.91º 0.99% 0.28% -
HSV(B) 211.91º 0.99% 0.56% -
XYZ 6.9 5.97 26.38 -
YUV 55.82 176.63 88.9 -
System Red Green Blue C M Y K H S L
Decimal 1 67 142 0.99 0.53 0 0.44 211.91 0.99 0.28
Hex 1 43 8E 63 35 0 2C D4 63 1C
Octal 1 103 216 143 65 0 54 324 143 34
Binary 1 1000011 10001110 1100011 110101 0 101100 11010100 1100011 11100

Color Harmonies of #01438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01438E

Black with #01438E

Text Example


Text Example

White with #01438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01438E; }

 p { color: rgb(1,67,142); }

 H1.HeaderClassName
 {
   color: #01438E;
 }
 .AnyTagClassName
 {
   color: #01438E;
 }
</style>

background-color css

<style>
 a { background-color: #01438E; }

 a { background-color: rgb(1,67,142); }

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

border-color css

<style>
 span { border-color: #01438E; }

 span { border-color: rgb(1,67,142); }

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