Html Css Color HEX #01448E Dark Cerulean

📋 copy color: '#01448E'

red 1 ◦ green 68 ◦ blue 142

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

Shades of Dark Cerulean #01448E

Tints of Dark Cerulean #01448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

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

R = 0.47%
G = 32.23%
B = 67.3%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01448E (or 0x01448E) is known color: Dark Cerulean. HEX triplet: 01, 44 and 8E. RGB value is (1,68,142). Sum of RGB (Red+Green+Blue) = 1+68+142=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #01448E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01448E is #FEBB71. Grayscale: #383838. Windows color (decimal): -16694130 or 9323521. OLE color: 9323521.

HSL color Cylindrical-coordinate representation of color #01448E: hue angle of 211.49º 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 #01448E is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 68 142 -
CMYK 0.99 0.52 0 0.44
HSL 211.49º 0.99% 0.28% -
HSV(B) 211.49º 0.99% 0.56% -
XYZ 6.96 6.09 26.4 -
YUV 56.4 176.3 88.48 -
System Red Green Blue C M Y K H S L
Decimal 1 68 142 0.99 0.52 0 0.44 211.49 0.99 0.28
Hex 1 44 8E 63 34 0 2C D3 63 1C
Octal 1 104 216 143 64 0 54 323 143 34
Binary 1 1000100 10001110 1100011 110100 0 101100 11010011 1100011 11100

Color Harmonies of #01448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01448E

Black with #01448E

Text Example


Text Example

White with #01448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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