Html Css Color HEX #014969 Dark Cerulean

📋 copy color: '#014969'

red 1 ◦ green 73 ◦ blue 105

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

Shades of Dark Cerulean #014969

Tints of Dark Cerulean #014969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

 BLUE value IS 105 (41.41% from 255) = 58.66%

R = 0.56%
G = 40.78%
B = 58.66%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#014969 (or 0x014969) is known color: Dark Cerulean. HEX triplet: 01, 49 and 69. RGB value is (1,73,105). Sum of RGB (Red+Green+Blue) = 1+73+105=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #014969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014969 is #FEB696. Grayscale: #363636. Windows color (decimal): -16692887 or 6899969. OLE color: 6899969.

HSL color Cylindrical-coordinate representation of color #014969: hue angle of 198.46º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014969 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 73 105 -
CMYK 0.99 0.30 0 0.59
HSL 198.46º 0.98% 0.21% -
HSV(B) 198.46º 0.99% 0.41% -
XYZ 4.94 5.79 14.22 -
YUV 55.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 1 73 105 0.99 0.30 0 0.59 198.46 0.98 0.21
Hex 1 49 69 63 1E 0 3B C6 62 15
Octal 1 111 151 143 36 0 73 306 142 25
Binary 1 1001001 1101001 1100011 11110 0 111011 11000110 1100010 10101

Color Harmonies of #014969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014969

Black with #014969

Text Example


Text Example

White with #014969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014969; }

 p { color: rgb(1,73,105); }

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

background-color css

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

 a { background-color: rgb(1,73,105); }

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

border-color css

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

 span { border-color: rgb(1,73,105); }

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