Html Css Color HEX #015F93 Cerulean

📋 copy color: '#015F93'

red 1 ◦ green 95 ◦ blue 147

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

Shades of Cerulean #015F93

Tints of Cerulean #015F93

RGB

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

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

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

R = 0.41%
G = 39.09%
B = 60.49%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015F93 (or 0x015F93) is known color: Cerulean. HEX triplet: 01, 5F and 93. RGB value is (1,95,147). Sum of RGB (Red+Green+Blue) = 1+95+147=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #015F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F93 is #FEA06C. Grayscale: #484848. Windows color (decimal): -16687213 or 9658113. OLE color: 9658113.

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

Color convert

RGB 1 95 147 -
CMYK 0.99 0.35 0 0.42
HSL 201.37º 0.99% 0.29% -
HSV(B) 201.37º 0.99% 0.58% -
XYZ 9.37 10.3 29.1 -
YUV 72.82 169.86 76.77 -
System Red Green Blue C M Y K H S L
Decimal 1 95 147 0.99 0.35 0 0.42 201.37 0.99 0.29
Hex 1 5F 93 63 23 0 2A C9 63 1D
Octal 1 137 223 143 43 0 52 311 143 35
Binary 1 1011111 10010011 1100011 100011 0 101010 11001001 1100011 11101

Color Harmonies of #015F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F93

Black with #015F93

Text Example


Text Example

White with #015F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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