Html Css Color HEX #014081 Dark Cerulean

📋 copy color: '#014081'

red 1 ◦ green 64 ◦ blue 129

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

Shades of Dark Cerulean #014081

Tints of Dark Cerulean #014081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 129 (50.78% from 255) = 66.49%

R = 0.52%
G = 32.99%
B = 66.49%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#014081 (or 0x014081) is known color: Dark Cerulean. HEX triplet: 01, 40 and 81. RGB value is (1,64,129). Sum of RGB (Red+Green+Blue) = 1+64+129=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #014081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014081 is #FEBF7E. Grayscale: #343434. Windows color (decimal): -16695167 or 8470529. OLE color: 8470529.

HSL color Cylindrical-coordinate representation of color #014081: hue angle of 210.47º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014081 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 64 129 -
CMYK 0.99 0.50 0 0.49
HSL 210.47º 0.98% 0.25% -
HSV(B) 210.47º 0.99% 0.51% -
XYZ 5.81 5.26 21.48 -
YUV 52.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 1 64 129 0.99 0.50 0 0.49 210.47 0.98 0.25
Hex 1 40 81 63 32 0 31 D2 62 19
Octal 1 100 201 143 62 0 61 322 142 31
Binary 1 1000000 10000001 1100011 110010 0 110001 11010010 1100010 11001

Color Harmonies of #014081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014081

Black with #014081

Text Example


Text Example

White with #014081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014081; }

 p { color: rgb(1,64,129); }

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

background-color css

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

 a { background-color: rgb(1,64,129); }

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

border-color css

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

 span { border-color: rgb(1,64,129); }

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