Html Css Color HEX #014893 Dark Cerulean

📋 copy color: '#014893'

red 1 ◦ green 72 ◦ blue 147

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

Shades of Dark Cerulean #014893

Tints of Dark Cerulean #014893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

 BLUE value IS 147 (57.81% from 255) = 66.82%

R = 0.45%
G = 32.73%
B = 66.82%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014893 (or 0x014893) is known color: Dark Cerulean. HEX triplet: 01, 48 and 93. RGB value is (1,72,147). Sum of RGB (Red+Green+Blue) = 1+72+147=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #014893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014893 is #FEB76C. Grayscale: #3A3A3A. Windows color (decimal): -16693101 or 9652225. OLE color: 9652225.

HSL color Cylindrical-coordinate representation of color #014893: hue angle of 210.82º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014893 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 72 147 -
CMYK 0.99 0.51 0 0.42
HSL 210.82º 0.99% 0.29% -
HSV(B) 210.82º 0.99% 0.58% -
XYZ 7.6 6.75 28.51 -
YUV 59.32 177.48 86.4 -
System Red Green Blue C M Y K H S L
Decimal 1 72 147 0.99 0.51 0 0.42 210.82 0.99 0.29
Hex 1 48 93 63 33 0 2A D3 63 1D
Octal 1 110 223 143 63 0 52 323 143 35
Binary 1 1001000 10010011 1100011 110011 0 101010 11010011 1100011 11101

Color Harmonies of #014893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014893

Black with #014893

Text Example


Text Example

White with #014893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014893; }

 p { color: rgb(1,72,147); }

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

background-color css

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

 a { background-color: rgb(1,72,147); }

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

border-color css

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

 span { border-color: rgb(1,72,147); }

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