Html Css Color HEX #015493 Dark Cerulean

📋 copy color: '#015493'

red 1 ◦ green 84 ◦ blue 147

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

Shades of Dark Cerulean #015493

Tints of Dark Cerulean #015493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

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

R = 0.43%
G = 36.21%
B = 63.36%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015493 (or 0x015493) is known color: Dark Cerulean. HEX triplet: 01, 54 and 93. RGB value is (1,84,147). Sum of RGB (Red+Green+Blue) = 1+84+147=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #015493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015493 is #FEAB6C. Grayscale: #424242. Windows color (decimal): -16690029 or 9655297. OLE color: 9655297.

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

Color convert

RGB 1 84 147 -
CMYK 0.99 0.43 0 0.42
HSL 205.89º 0.99% 0.29% -
HSV(B) 205.89º 0.99% 0.58% -
XYZ 8.45 8.45 28.79 -
YUV 66.37 173.5 81.38 -
System Red Green Blue C M Y K H S L
Decimal 1 84 147 0.99 0.43 0 0.42 205.89 0.99 0.29
Hex 1 54 93 63 2B 0 2A CE 63 1D
Octal 1 124 223 143 53 0 52 316 143 35
Binary 1 1010100 10010011 1100011 101011 0 101010 11001110 1100011 11101

Color Harmonies of #015493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015493

Black with #015493

Text Example


Text Example

White with #015493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015493; }

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

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

background-color css

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

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

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

border-color css

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

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

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