Html Css Color HEX #015091 Dark Cerulean

📋 copy color: '#015091'

red 1 ◦ green 80 ◦ blue 145

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

Shades of Dark Cerulean #015091

Tints of Dark Cerulean #015091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 145 (57.03% from 255) = 64.16%

R = 0.44%
G = 35.4%
B = 64.16%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#015091 (or 0x015091) is known color: Dark Cerulean. HEX triplet: 01, 50 and 91. RGB value is (1,80,145). Sum of RGB (Red+Green+Blue) = 1+80+145=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #015091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015091 is #FEAF6E. Grayscale: #3F3F3F. Windows color (decimal): -16691055 or 9523201. OLE color: 9523201.

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

Color convert

RGB 1 80 145 -
CMYK 0.99 0.45 0 0.43
HSL 207.08º 0.99% 0.29% -
HSV(B) 207.08º 0.99% 0.57% -
XYZ 7.99 7.79 27.87 -
YUV 63.79 173.83 83.21 -
System Red Green Blue C M Y K H S L
Decimal 1 80 145 0.99 0.45 0 0.43 207.08 0.99 0.29
Hex 1 50 91 63 2D 0 2B CF 63 1D
Octal 1 120 221 143 55 0 53 317 143 35
Binary 1 1010000 10010001 1100011 101101 0 101011 11001111 1100011 11101

Color Harmonies of #015091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015091

Black with #015091

Text Example


Text Example

White with #015091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015091; }

 p { color: rgb(1,80,145); }

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

background-color css

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

 a { background-color: rgb(1,80,145); }

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

border-color css

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

 span { border-color: rgb(1,80,145); }

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