Html Css Color HEX #014A94 Dark Cerulean

📋 copy color: '#014A94'

red 1 ◦ green 74 ◦ blue 148

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

Shades of Dark Cerulean #014A94

Tints of Dark Cerulean #014A94

RGB

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

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

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

R = 0.45%
G = 33.18%
B = 66.37%

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

#014A94 (or 0x014A94) is known color: Dark Cerulean. HEX triplet: 01, 4A and 94. RGB value is (1,74,148). Sum of RGB (Red+Green+Blue) = 1+74+148=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #014A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A94 is #FEB56B. Grayscale: #3C3C3C. Windows color (decimal): -16692588 or 9718273. OLE color: 9718273.

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

Color convert

RGB 1 74 148 -
CMYK 0.99 0.50 0 0.42
HSL 210.2º 0.99% 0.29% -
HSV(B) 210.2º 0.99% 0.58% -
XYZ 7.81 7.04 28.96 -
YUV 60.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 1 74 148 0.99 0.50 0 0.42 210.2 0.99 0.29
Hex 1 4A 94 63 32 0 2A D2 63 1D
Octal 1 112 224 143 62 0 52 322 143 35
Binary 1 1001010 10010100 1100011 110010 0 101010 11010010 1100011 11101

Color Harmonies of #014A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A94

Black with #014A94

Text Example


Text Example

White with #014A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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