Html Css Color HEX #014794 Dark Cerulean

📋 copy color: '#014794'

red 1 ◦ green 71 ◦ blue 148

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

Shades of Dark Cerulean #014794

Tints of Dark Cerulean #014794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 148 (58.2% from 255) = 67.27%

R = 0.45%
G = 32.27%
B = 67.27%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014794 (or 0x014794) is known color: Dark Cerulean. HEX triplet: 01, 47 and 94. RGB value is (1,71,148). Sum of RGB (Red+Green+Blue) = 1+71+148=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #014794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014794 is #FEB86B. Grayscale: #3A3A3A. Windows color (decimal): -16693356 or 9717505. OLE color: 9717505.

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

Color convert

RGB 1 71 148 -
CMYK 0.99 0.52 0 0.42
HSL 211.43º 0.99% 0.29% -
HSV(B) 211.43º 0.99% 0.58% -
XYZ 7.61 6.65 28.9 -
YUV 58.85 178.31 86.74 -
System Red Green Blue C M Y K H S L
Decimal 1 71 148 0.99 0.52 0 0.42 211.43 0.99 0.29
Hex 1 47 94 63 34 0 2A D3 63 1D
Octal 1 107 224 143 64 0 52 323 143 35
Binary 1 1000111 10010100 1100011 110100 0 101010 11010011 1100011 11101

Color Harmonies of #014794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014794

Black with #014794

Text Example


Text Example

White with #014794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014794; }

 p { color: rgb(1,71,148); }

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

background-color css

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

 a { background-color: rgb(1,71,148); }

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

border-color css

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

 span { border-color: rgb(1,71,148); }

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