Html Css Color HEX #014A93 Dark Cerulean

📋 copy color: '#014A93'

red 1 ◦ green 74 ◦ blue 147

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

Shades of Dark Cerulean #014A93

Tints of Dark Cerulean #014A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.33%

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

R = 0.45%
G = 33.33%
B = 66.22%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014A93 (or 0x014A93) is known color: Dark Cerulean. HEX triplet: 01, 4A and 93. RGB value is (1,74,147). Sum of RGB (Red+Green+Blue) = 1+74+147=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #014A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A93 is #FEB56C. Grayscale: #3C3C3C. Windows color (decimal): -16692589 or 9652737. OLE color: 9652737.

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

Color convert

RGB 1 74 147 -
CMYK 0.99 0.50 0 0.42
HSL 210º 0.99% 0.29% -
HSV(B) 210º 0.99% 0.58% -
XYZ 7.73 7.01 28.55 -
YUV 60.5 176.82 85.56 -
System Red Green Blue C M Y K H S L
Decimal 1 74 147 0.99 0.50 0 0.42 210 0.99 0.29
Hex 1 4A 93 63 32 0 2A D2 63 1D
Octal 1 112 223 143 62 0 52 322 143 35
Binary 1 1001010 10010011 1100011 110010 0 101010 11010010 1100011 11101

Color Harmonies of #014A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A93

Black with #014A93

Text Example


Text Example

White with #014A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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