Html Css Color HEX #014685 Dark Cerulean

📋 copy color: '#014685'

red 1 ◦ green 70 ◦ blue 133

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

Shades of Dark Cerulean #014685

Tints of Dark Cerulean #014685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

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

R = 0.49%
G = 34.31%
B = 65.2%

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

#014685 (or 0x014685) is known color: Dark Cerulean. HEX triplet: 01, 46 and 85. RGB value is (1,70,133). Sum of RGB (Red+Green+Blue) = 1+70+133=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #014685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014685 is #FEB97A. Grayscale: #383838. Windows color (decimal): -16693627 or 8734209. OLE color: 8734209.

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

Color convert

RGB 1 70 133 -
CMYK 0.99 0.47 0 0.48
HSL 208.64º 0.99% 0.26% -
HSV(B) 208.64º 0.99% 0.52% -
XYZ 6.44 6.08 23.02 -
YUV 56.55 171.14 88.38 -
System Red Green Blue C M Y K H S L
Decimal 1 70 133 0.99 0.47 0 0.48 208.64 0.99 0.26
Hex 1 46 85 63 2F 0 30 D1 63 1A
Octal 1 106 205 143 57 0 60 321 143 32
Binary 1 1000110 10000101 1100011 101111 0 110000 11010001 1100011 11010

Color Harmonies of #014685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014685

Black with #014685

Text Example


Text Example

White with #014685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014685; }

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

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

background-color css

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

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

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

border-color css

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

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

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