Html Css Color HEX #014385 Dark Cerulean

📋 copy color: '#014385'

red 1 ◦ green 67 ◦ blue 133

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

Shades of Dark Cerulean #014385

Tints of Dark Cerulean #014385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

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

R = 0.5%
G = 33.33%
B = 66.17%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#014385 (or 0x014385) is known color: Dark Cerulean. HEX triplet: 01, 43 and 85. RGB value is (1,67,133). Sum of RGB (Red+Green+Blue) = 1+67+133=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #014385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014385 is #FEBC7A. Grayscale: #363636. Windows color (decimal): -16694395 or 8733441. OLE color: 8733441.

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

Color convert

RGB 1 67 133 -
CMYK 0.99 0.50 0 0.48
HSL 210º 0.99% 0.26% -
HSV(B) 210º 0.99% 0.52% -
XYZ 6.25 5.71 22.96 -
YUV 54.79 172.13 89.63 -
System Red Green Blue C M Y K H S L
Decimal 1 67 133 0.99 0.50 0 0.48 210 0.99 0.26
Hex 1 43 85 63 32 0 30 D2 63 1A
Octal 1 103 205 143 62 0 60 322 143 32
Binary 1 1000011 10000101 1100011 110010 0 110000 11010010 1100011 11010

Color Harmonies of #014385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014385

Black with #014385

Text Example


Text Example

White with #014385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014385; }

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

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

background-color css

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

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

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

border-color css

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

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

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