Html Css Color HEX #015395 Cobalt

📋 copy color: '#015395'

red 1 ◦ green 83 ◦ blue 149

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

Shades of Cobalt #015395

Tints of Cobalt #015395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 0.43%
G = 35.62%
B = 63.95%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015395 (or 0x015395) is known color: Cobalt. HEX triplet: 01, 53 and 95. RGB value is (1,83,149). Sum of RGB (Red+Green+Blue) = 1+83+149=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #015395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015395 is #FEAC6A. Grayscale: #414141. Windows color (decimal): -16690283 or 9786113. OLE color: 9786113.

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

Color convert

RGB 1 83 149 -
CMYK 0.99 0.44 0 0.42
HSL 206.76º 0.99% 0.29% -
HSV(B) 206.76º 0.99% 0.58% -
XYZ 8.53 8.36 29.6 -
YUV 66.01 174.83 81.63 -
System Red Green Blue C M Y K H S L
Decimal 1 83 149 0.99 0.44 0 0.42 206.76 0.99 0.29
Hex 1 53 95 63 2C 0 2A CF 63 1D
Octal 1 123 225 143 54 0 52 317 143 35
Binary 1 1010011 10010101 1100011 101100 0 101010 11001111 1100011 11101

Color Harmonies of #015395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015395

Black with #015395

Text Example


Text Example

White with #015395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015395; }

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

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

background-color css

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

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

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

border-color css

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

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

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