Html Css Color HEX #014390 Dark Cerulean

📋 copy color: '#014390'

red 1 ◦ green 67 ◦ blue 144

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

Shades of Dark Cerulean #014390

Tints of Dark Cerulean #014390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.6%

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

R = 0.47%
G = 31.6%
B = 67.92%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#014390 (or 0x014390) is known color: Dark Cerulean. HEX triplet: 01, 43 and 90. RGB value is (1,67,144). Sum of RGB (Red+Green+Blue) = 1+67+144=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #014390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014390 is #FEBC6F. Grayscale: #373737. Windows color (decimal): -16694384 or 9454337. OLE color: 9454337.

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

Color convert

RGB 1 67 144 -
CMYK 0.99 0.53 0 0.44
HSL 212.31º 0.99% 0.28% -
HSV(B) 212.31º 0.99% 0.56% -
XYZ 7.05 6.03 27.18 -
YUV 56.04 177.63 88.74 -
System Red Green Blue C M Y K H S L
Decimal 1 67 144 0.99 0.53 0 0.44 212.31 0.99 0.28
Hex 1 43 90 63 35 0 2C D4 63 1C
Octal 1 103 220 143 65 0 54 324 143 34
Binary 1 1000011 10010000 1100011 110101 0 101100 11010100 1100011 11100

Color Harmonies of #014390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014390

Black with #014390

Text Example


Text Example

White with #014390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014390; }

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

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

background-color css

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

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

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

border-color css

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

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

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