Html Css Color HEX #014892 Dark Cerulean

📋 copy color: '#014892'

red 1 ◦ green 72 ◦ blue 146

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

Shades of Dark Cerulean #014892

Tints of Dark Cerulean #014892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 66.67%

R = 0.46%
G = 32.88%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014892 (or 0x014892) is known color: Dark Cerulean. HEX triplet: 01, 48 and 92. RGB value is (1,72,146). Sum of RGB (Red+Green+Blue) = 1+72+146=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #014892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014892 is #FEB76D. Grayscale: #3A3A3A. Windows color (decimal): -16693102 or 9586689. OLE color: 9586689.

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

Color convert

RGB 1 72 146 -
CMYK 0.99 0.51 0 0.43
HSL 210.62º 0.99% 0.29% -
HSV(B) 210.62º 0.99% 0.57% -
XYZ 7.52 6.72 28.09 -
YUV 59.21 176.98 86.48 -
System Red Green Blue C M Y K H S L
Decimal 1 72 146 0.99 0.51 0 0.43 210.62 0.99 0.29
Hex 1 48 92 63 33 0 2B D3 63 1D
Octal 1 110 222 143 63 0 53 323 143 35
Binary 1 1001000 10010010 1100011 110011 0 101011 11010011 1100011 11101

Color Harmonies of #014892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014892

Black with #014892

Text Example


Text Example

White with #014892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014892; }

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

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

background-color css

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

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

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

border-color css

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

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

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