Html Css Color HEX #014693 Dark Cerulean

📋 copy color: '#014693'

red 1 ◦ green 70 ◦ blue 147

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

Shades of Dark Cerulean #014693

Tints of Dark Cerulean #014693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 67.43%

R = 0.46%
G = 32.11%
B = 67.43%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014693 (or 0x014693) is known color: Dark Cerulean. HEX triplet: 01, 46 and 93. RGB value is (1,70,147). Sum of RGB (Red+Green+Blue) = 1+70+147=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #014693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014693 is #FEB96C. Grayscale: #393939. Windows color (decimal): -16693613 or 9651713. OLE color: 9651713.

HSL color Cylindrical-coordinate representation of color #014693: hue angle of 211.64º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014693 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 70 147 -
CMYK 0.99 0.52 0 0.42
HSL 211.64º 0.99% 0.29% -
HSV(B) 211.64º 0.99% 0.58% -
XYZ 7.47 6.49 28.46 -
YUV 58.15 178.14 87.24 -
System Red Green Blue C M Y K H S L
Decimal 1 70 147 0.99 0.52 0 0.42 211.64 0.99 0.29
Hex 1 46 93 63 34 0 2A D4 63 1D
Octal 1 106 223 143 64 0 52 324 143 35
Binary 1 1000110 10010011 1100011 110100 0 101010 11010100 1100011 11101

Color Harmonies of #014693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014693

Black with #014693

Text Example


Text Example

White with #014693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014693; }

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

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

background-color css

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

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

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

border-color css

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

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

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