Html Css Color HEX #015883 Dark Cerulean

📋 copy color: '#015883'

red 1 ◦ green 88 ◦ blue 131

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

Shades of Dark Cerulean #015883

Tints of Dark Cerulean #015883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40%

 BLUE value IS 131 (51.56% from 255) = 59.55%

R = 0.45%
G = 40%
B = 59.55%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#015883 (or 0x015883) is known color: Dark Cerulean. HEX triplet: 01, 58 and 83. RGB value is (1,88,131). Sum of RGB (Red+Green+Blue) = 1+88+131=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #015883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015883 is #FEA77C. Grayscale: #424242. Windows color (decimal): -16689021 or 8607745. OLE color: 8607745.

HSL color Cylindrical-coordinate representation of color #015883: hue angle of 199.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015883 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 88 131 -
CMYK 0.99 0.33 0 0.49
HSL 199.85º 0.98% 0.26% -
HSV(B) 199.85º 0.99% 0.51% -
XYZ 7.6 8.62 22.74 -
YUV 66.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 1 88 131 0.99 0.33 0 0.49 199.85 0.98 0.26
Hex 1 58 83 63 21 0 31 C8 62 1A
Octal 1 130 203 143 41 0 61 310 142 32
Binary 1 1011000 10000011 1100011 100001 0 110001 11001000 1100010 11010

Color Harmonies of #015883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015883

Black with #015883

Text Example


Text Example

White with #015883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015883; }

 p { color: rgb(1,88,131); }

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

background-color css

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

 a { background-color: rgb(1,88,131); }

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

border-color css

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

 span { border-color: rgb(1,88,131); }

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