Html Css Color HEX #015F96 Cerulean

📋 copy color: '#015F96'

red 1 ◦ green 95 ◦ blue 150

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

Shades of Cerulean #015F96

Tints of Cerulean #015F96

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.62%

 BLUE value IS 150 (58.98% from 255) = 60.98%

R = 0.41%
G = 38.62%
B = 60.98%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#015F96 (or 0x015F96) is known color: Cerulean. HEX triplet: 01, 5F and 96. RGB value is (1,95,150). Sum of RGB (Red+Green+Blue) = 1+95+150=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #015F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F96 is #FEA069. Grayscale: #484848. Windows color (decimal): -16687210 or 9854721. OLE color: 9854721.

HSL color Cylindrical-coordinate representation of color #015F96: hue angle of 202.15º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F96 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 95 150 -
CMYK 0.99 0.37 0 0.41
HSL 202.15º 0.99% 0.3% -
HSV(B) 202.15º 0.99% 0.59% -
XYZ 9.61 10.39 30.35 -
YUV 73.16 171.36 76.53 -
System Red Green Blue C M Y K H S L
Decimal 1 95 150 0.99 0.37 0 0.41 202.15 0.99 0.3
Hex 1 5F 96 63 25 0 29 CA 63 1E
Octal 1 137 226 143 45 0 51 312 143 36
Binary 1 1011111 10010110 1100011 100101 0 101001 11001010 1100011 11110

Color Harmonies of #015F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F96

Black with #015F96

Text Example


Text Example

White with #015F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,95,150); }

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

background-color css

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

 a { background-color: rgb(1,95,150); }

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

border-color css

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

 span { border-color: rgb(1,95,150); }

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