Html Css Color HEX #014782 Dark Cerulean

📋 copy color: '#014782'

red 1 ◦ green 71 ◦ blue 130

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

Shades of Dark Cerulean #014782

Tints of Dark Cerulean #014782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.36%

R = 0.5%
G = 35.15%
B = 64.36%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#014782 (or 0x014782) is known color: Dark Cerulean. HEX triplet: 01, 47 and 82. RGB value is (1,71,130). Sum of RGB (Red+Green+Blue) = 1+71+130=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #014782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014782 is #FEB87D. Grayscale: #383838. Windows color (decimal): -16693374 or 8537857. OLE color: 8537857.

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

Color convert

RGB 1 71 130 -
CMYK 0.99 0.45 0 0.49
HSL 207.44º 0.98% 0.26% -
HSV(B) 207.44º 0.99% 0.51% -
XYZ 6.3 6.12 21.97 -
YUV 56.8 169.31 88.2 -
System Red Green Blue C M Y K H S L
Decimal 1 71 130 0.99 0.45 0 0.49 207.44 0.98 0.26
Hex 1 47 82 63 2D 0 31 CF 62 1A
Octal 1 107 202 143 55 0 61 317 142 32
Binary 1 1000111 10000010 1100011 101101 0 110001 11001111 1100010 11010

Color Harmonies of #014782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014782

Black with #014782

Text Example


Text Example

White with #014782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014782; }

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

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

background-color css

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

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

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

border-color css

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

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

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