Html Css Color HEX #014A6E Dark Cerulean

📋 copy color: '#014A6E'

red 1 ◦ green 74 ◦ blue 110

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

Shades of Dark Cerulean #014A6E

Tints of Dark Cerulean #014A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 59.46%

R = 0.54%
G = 40%
B = 59.46%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#014A6E (or 0x014A6E) is known color: Dark Cerulean. HEX triplet: 01, 4A and 6E. RGB value is (1,74,110). Sum of RGB (Red+Green+Blue) = 1+74+110=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #014A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A6E is #FEB591. Grayscale: #383838. Windows color (decimal): -16692626 or 7227905. OLE color: 7227905.

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

Color convert

RGB 1 74 110 -
CMYK 0.99 0.33 0 0.57
HSL 199.82º 0.98% 0.22% -
HSV(B) 199.82º 0.99% 0.43% -
XYZ 5.28 6.03 15.64 -
YUV 56.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 1 74 110 0.99 0.33 0 0.57 199.82 0.98 0.22
Hex 1 4A 6E 63 21 0 39 C8 62 16
Octal 1 112 156 143 41 0 71 310 142 26
Binary 1 1001010 1101110 1100011 100001 0 111001 11001000 1100010 10110

Color Harmonies of #014A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A6E

Black with #014A6E

Text Example


Text Example

White with #014A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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