Html Css Color HEX #014690 Dark Cerulean

📋 copy color: '#014690'

red 1 ◦ green 70 ◦ blue 144

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

Shades of Dark Cerulean #014690

Tints of Dark Cerulean #014690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

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

R = 0.47%
G = 32.56%
B = 66.98%

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

#014690 (or 0x014690) is known color: Dark Cerulean. HEX triplet: 01, 46 and 90. RGB value is (1,70,144). Sum of RGB (Red+Green+Blue) = 1+70+144=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #014690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014690 is #FEB96F. Grayscale: #393939. Windows color (decimal): -16693616 or 9455105. OLE color: 9455105.

HSL color Cylindrical-coordinate representation of color #014690: hue angle of 211.05º 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 #014690 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 70 144 -
CMYK 0.99 0.51 0 0.44
HSL 211.05º 0.99% 0.28% -
HSV(B) 211.05º 0.99% 0.56% -
XYZ 7.24 6.4 27.24 -
YUV 57.81 176.64 87.48 -
System Red Green Blue C M Y K H S L
Decimal 1 70 144 0.99 0.51 0 0.44 211.05 0.99 0.28
Hex 1 46 90 63 33 0 2C D3 63 1C
Octal 1 106 220 143 63 0 54 323 143 34
Binary 1 1000110 10010000 1100011 110011 0 101100 11010011 1100011 11100

Color Harmonies of #014690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014690

Black with #014690

Text Example


Text Example

White with #014690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014690; }

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

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

background-color css

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

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

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

border-color css

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

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

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