Html Css Color HEX #014790 Dark Cerulean

📋 copy color: '#014790'

red 1 ◦ green 71 ◦ blue 144

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

Shades of Dark Cerulean #014790

Tints of Dark Cerulean #014790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.87%

 BLUE value IS 144 (56.64% from 255) = 66.67%

R = 0.46%
G = 32.87%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#014790 (or 0x014790) is known color: Dark Cerulean. HEX triplet: 01, 47 and 90. RGB value is (1,71,144). Sum of RGB (Red+Green+Blue) = 1+71+144=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #014790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014790 is #FEB86F. Grayscale: #3A3A3A. Windows color (decimal): -16693360 or 9455361. OLE color: 9455361.

HSL color Cylindrical-coordinate representation of color #014790: hue angle of 210.63º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014790 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 71 144 -
CMYK 0.99 0.51 0 0.44
HSL 210.63º 0.99% 0.28% -
HSV(B) 210.63º 0.99% 0.56% -
XYZ 7.3 6.53 27.26 -
YUV 58.39 176.31 87.06 -
System Red Green Blue C M Y K H S L
Decimal 1 71 144 0.99 0.51 0 0.44 210.63 0.99 0.28
Hex 1 47 90 63 33 0 2C D3 63 1C
Octal 1 107 220 143 63 0 54 323 143 34
Binary 1 1000111 10010000 1100011 110011 0 101100 11010011 1100011 11100

Color Harmonies of #014790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014790

Black with #014790

Text Example


Text Example

White with #014790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014790; }

 p { color: rgb(1,71,144); }

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

background-color css

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

 a { background-color: rgb(1,71,144); }

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

border-color css

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

 span { border-color: rgb(1,71,144); }

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