Html Css Color HEX #015F92 Dark Cerulean

📋 copy color: '#015F92'

red 1 ◦ green 95 ◦ blue 146

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

Shades of Dark Cerulean #015F92

Tints of Dark Cerulean #015F92

RGB

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

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

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

R = 0.41%
G = 39.26%
B = 60.33%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#015F92 (or 0x015F92) is known color: Dark Cerulean. HEX triplet: 01, 5F and 92. RGB value is (1,95,146). Sum of RGB (Red+Green+Blue) = 1+95+146=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #015F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F92 is #FEA06D. Grayscale: #484848. Windows color (decimal): -16687214 or 9592577. OLE color: 9592577.

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

Color convert

RGB 1 95 146 -
CMYK 0.99 0.35 0 0.43
HSL 201.1º 0.99% 0.29% -
HSV(B) 201.1º 0.99% 0.57% -
XYZ 9.29 10.27 28.69 -
YUV 72.71 169.36 76.85 -
System Red Green Blue C M Y K H S L
Decimal 1 95 146 0.99 0.35 0 0.43 201.1 0.99 0.29
Hex 1 5F 92 63 23 0 2B C9 63 1D
Octal 1 137 222 143 43 0 53 311 143 35
Binary 1 1011111 10010010 1100011 100011 0 101011 11001001 1100011 11101

Color Harmonies of #015F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F92

Black with #015F92

Text Example


Text Example

White with #015F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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