Html Css Color HEX #014085 Dark Cerulean

📋 copy color: '#014085'

red 1 ◦ green 64 ◦ blue 133

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

Shades of Dark Cerulean #014085

Tints of Dark Cerulean #014085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.32%

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

R = 0.51%
G = 32.32%
B = 67.17%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#014085 (or 0x014085) is known color: Dark Cerulean. HEX triplet: 01, 40 and 85. RGB value is (1,64,133). Sum of RGB (Red+Green+Blue) = 1+64+133=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #014085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014085 is #FEBF7A. Grayscale: #343434. Windows color (decimal): -16695163 or 8732673. OLE color: 8732673.

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

Color convert

RGB 1 64 133 -
CMYK 0.99 0.52 0 0.48
HSL 211.36º 0.99% 0.26% -
HSV(B) 211.36º 0.99% 0.52% -
XYZ 6.08 5.37 22.91 -
YUV 53.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 1 64 133 0.99 0.52 0 0.48 211.36 0.99 0.26
Hex 1 40 85 63 34 0 30 D3 63 1A
Octal 1 100 205 143 64 0 60 323 143 32
Binary 1 1000000 10000101 1100011 110100 0 110000 11010011 1100011 11010

Color Harmonies of #014085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014085

Black with #014085

Text Example


Text Example

White with #014085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014085; }

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

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

background-color css

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

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

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

border-color css

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

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

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