Html Css Color HEX #015A93 Dark Cerulean

📋 copy color: '#015A93'

red 1 ◦ green 90 ◦ blue 147

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

Shades of Dark Cerulean #015A93

Tints of Dark Cerulean #015A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.82%

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

R = 0.42%
G = 37.82%
B = 61.76%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015A93 (or 0x015A93) is known color: Dark Cerulean. HEX triplet: 01, 5A and 93. RGB value is (1,90,147). Sum of RGB (Red+Green+Blue) = 1+90+147=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #015A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A93 is #FEA56C. Grayscale: #454545. Windows color (decimal): -16688493 or 9656833. OLE color: 9656833.

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

Color convert

RGB 1 90 147 -
CMYK 0.99 0.39 0 0.42
HSL 203.42º 0.99% 0.29% -
HSV(B) 203.42º 0.99% 0.58% -
XYZ 8.94 9.43 28.95 -
YUV 69.89 171.51 78.87 -
System Red Green Blue C M Y K H S L
Decimal 1 90 147 0.99 0.39 0 0.42 203.42 0.99 0.29
Hex 1 5A 93 63 27 0 2A CB 63 1D
Octal 1 132 223 143 47 0 52 313 143 35
Binary 1 1011010 10010011 1100011 100111 0 101010 11001011 1100011 11101

Color Harmonies of #015A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A93

Black with #015A93

Text Example


Text Example

White with #015A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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