Html Css Color HEX #014481 Dark Cerulean

📋 copy color: '#014481'

red 1 ◦ green 68 ◦ blue 129

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

Shades of Dark Cerulean #014481

Tints of Dark Cerulean #014481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.34%

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

R = 0.51%
G = 34.34%
B = 65.15%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#014481 (or 0x014481) is known color: Dark Cerulean. HEX triplet: 01, 44 and 81. RGB value is (1,68,129). Sum of RGB (Red+Green+Blue) = 1+68+129=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #014481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014481 is #FEBB7E. Grayscale: #363636. Windows color (decimal): -16694143 or 8471553. OLE color: 8471553.

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

Color convert

RGB 1 68 129 -
CMYK 0.99 0.47 0 0.49
HSL 208.59º 0.98% 0.25% -
HSV(B) 208.59º 0.99% 0.51% -
XYZ 6.04 5.73 21.56 -
YUV 54.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 1 68 129 0.99 0.47 0 0.49 208.59 0.98 0.25
Hex 1 44 81 63 2F 0 31 D1 62 19
Octal 1 104 201 143 57 0 61 321 142 31
Binary 1 1000100 10000001 1100011 101111 0 110001 11010001 1100010 11001

Color Harmonies of #014481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014481

Black with #014481

Text Example


Text Example

White with #014481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014481; }

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

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

background-color css

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

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

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

border-color css

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

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

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