Html Css Color HEX #014785 Dark Cerulean

📋 copy color: '#014785'

red 1 ◦ green 71 ◦ blue 133

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

Shades of Dark Cerulean #014785

Tints of Dark Cerulean #014785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 64.88%

R = 0.49%
G = 34.63%
B = 64.88%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#014785 (or 0x014785) is known color: Dark Cerulean. HEX triplet: 01, 47 and 85. RGB value is (1,71,133). Sum of RGB (Red+Green+Blue) = 1+71+133=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #014785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014785 is #FEB87A. Grayscale: #383838. Windows color (decimal): -16693371 or 8734465. OLE color: 8734465.

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

Color convert

RGB 1 71 133 -
CMYK 0.99 0.47 0 0.48
HSL 208.18º 0.99% 0.26% -
HSV(B) 208.18º 0.99% 0.52% -
XYZ 6.5 6.21 23.05 -
YUV 57.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 1 71 133 0.99 0.47 0 0.48 208.18 0.99 0.26
Hex 1 47 85 63 2F 0 30 D0 63 1A
Octal 1 107 205 143 57 0 60 320 143 32
Binary 1 1000111 10000101 1100011 101111 0 110000 11010000 1100011 11010

Color Harmonies of #014785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014785

Black with #014785

Text Example


Text Example

White with #014785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014785; }

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

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

background-color css

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

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

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

border-color css

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

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

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