Html Css Color HEX #014784 Dark Cerulean

📋 copy color: '#014784'

red 1 ◦ green 71 ◦ blue 132

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

Shades of Dark Cerulean #014784

Tints of Dark Cerulean #014784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 64.71%

R = 0.49%
G = 34.8%
B = 64.71%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#014784 (or 0x014784) is known color: Dark Cerulean. HEX triplet: 01, 47 and 84. RGB value is (1,71,132). Sum of RGB (Red+Green+Blue) = 1+71+132=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #014784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014784 is #FEB87B. Grayscale: #383838. Windows color (decimal): -16693372 or 8668929. OLE color: 8668929.

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

Color convert

RGB 1 71 132 -
CMYK 0.99 0.46 0 0.48
HSL 207.94º 0.98% 0.26% -
HSV(B) 207.94º 0.99% 0.52% -
XYZ 6.43 6.18 22.68 -
YUV 57.02 170.31 88.04 -
System Red Green Blue C M Y K H S L
Decimal 1 71 132 0.99 0.46 0 0.48 207.94 0.98 0.26
Hex 1 47 84 63 2E 0 30 D0 62 1A
Octal 1 107 204 143 56 0 60 320 142 32
Binary 1 1000111 10000100 1100011 101110 0 110000 11010000 1100010 11010

Color Harmonies of #014784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014784

Black with #014784

Text Example


Text Example

White with #014784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014784; }

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

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

background-color css

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

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

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

border-color css

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

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

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