Html Css Color HEX #015399 Cobalt

📋 copy color: '#015399'

red 1 ◦ green 83 ◦ blue 153

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

Shades of Cobalt #015399

Tints of Cobalt #015399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 0.42%
G = 35.02%
B = 64.56%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#015399 (or 0x015399) is known color: Cobalt. HEX triplet: 01, 53 and 99. RGB value is (1,83,153). Sum of RGB (Red+Green+Blue) = 1+83+153=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #015399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015399 is #FEAC66. Grayscale: #424242. Windows color (decimal): -16690279 or 10048257. OLE color: 10048257.

HSL color Cylindrical-coordinate representation of color #015399: hue angle of 207.63º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015399 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 83 153 -
CMYK 0.99 0.46 0 0.4
HSL 207.63º 0.99% 0.3% -
HSV(B) 207.63º 0.99% 0.6% -
XYZ 8.86 8.49 31.31 -
YUV 66.46 176.83 81.31 -
System Red Green Blue C M Y K H S L
Decimal 1 83 153 0.99 0.46 0 0.4 207.63 0.99 0.3
Hex 1 53 99 63 2E 0 28 D0 63 1E
Octal 1 123 231 143 56 0 50 320 143 36
Binary 1 1010011 10011001 1100011 101110 0 101000 11010000 1100011 11110

Color Harmonies of #015399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015399

Black with #015399

Text Example


Text Example

White with #015399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015399; }

 p { color: rgb(1,83,153); }

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

background-color css

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

 a { background-color: rgb(1,83,153); }

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

border-color css

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

 span { border-color: rgb(1,83,153); }

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