Html Css Color HEX #015492 Dark Cerulean

📋 copy color: '#015492'

red 1 ◦ green 84 ◦ blue 146

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

Shades of Dark Cerulean #015492

Tints of Dark Cerulean #015492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 0.43%
G = 36.36%
B = 63.2%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#015492 (or 0x015492) is known color: Dark Cerulean. HEX triplet: 01, 54 and 92. RGB value is (1,84,146). Sum of RGB (Red+Green+Blue) = 1+84+146=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #015492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015492 is #FEAB6D. Grayscale: #414141. Windows color (decimal): -16690030 or 9589761. OLE color: 9589761.

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

Color convert

RGB 1 84 146 -
CMYK 0.99 0.42 0 0.43
HSL 205.66º 0.99% 0.29% -
HSV(B) 205.66º 0.99% 0.57% -
XYZ 8.37 8.42 28.38 -
YUV 66.25 173 81.46 -
System Red Green Blue C M Y K H S L
Decimal 1 84 146 0.99 0.42 0 0.43 205.66 0.99 0.29
Hex 1 54 92 63 2A 0 2B CE 63 1D
Octal 1 124 222 143 52 0 53 316 143 35
Binary 1 1010100 10010010 1100011 101010 0 101011 11001110 1100011 11101

Color Harmonies of #015492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015492

Black with #015492

Text Example


Text Example

White with #015492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015492; }

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

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

background-color css

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

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

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

border-color css

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

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

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