Html Css Color HEX #014A8A Dark Cerulean

📋 copy color: '#014A8A'

red 1 ◦ green 74 ◦ blue 138

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

Shades of Dark Cerulean #014A8A

Tints of Dark Cerulean #014A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.79%

R = 0.47%
G = 34.74%
B = 64.79%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#014A8A (or 0x014A8A) is known color: Dark Cerulean. HEX triplet: 01, 4A and 8A. RGB value is (1,74,138). Sum of RGB (Red+Green+Blue) = 1+74+138=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #014A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A8A is #FEB575. Grayscale: #3B3B3B. Windows color (decimal): -16692598 or 9062913. OLE color: 9062913.

HSL color Cylindrical-coordinate representation of color #014A8A: hue angle of 208.03º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A8A is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 74 138 -
CMYK 0.99 0.46 0 0.46
HSL 208.03º 0.99% 0.27% -
HSV(B) 208.03º 0.99% 0.54% -
XYZ 7.05 6.74 24.97 -
YUV 59.47 172.32 86.3 -
System Red Green Blue C M Y K H S L
Decimal 1 74 138 0.99 0.46 0 0.46 208.03 0.99 0.27
Hex 1 4A 8A 63 2E 0 2E D0 63 1B
Octal 1 112 212 143 56 0 56 320 143 33
Binary 1 1001010 10001010 1100011 101110 0 101110 11010000 1100011 11011

Color Harmonies of #014A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A8A

Black with #014A8A

Text Example


Text Example

White with #014A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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