Html Css Color HEX #015BA5 Cobalt

📋 copy color: '#015BA5'

red 1 ◦ green 91 ◦ blue 165

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

Shades of Cobalt #015BA5

Tints of Cobalt #015BA5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.41%

 BLUE value IS 165 (64.84% from 255) = 64.2%

R = 0.39%
G = 35.41%
B = 64.2%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#015BA5 (or 0x015BA5) is known color: Cobalt. HEX triplet: 01, 5B and A5. RGB value is (1,91,165). Sum of RGB (Red+Green+Blue) = 1+91+165=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 165 (64.84% from 255 or 64.20% from 257); Max value from RGB is 165 - color contains mainly: blue. Hex color #015BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BA5 is #FEA45A. Grayscale: #484848. Windows color (decimal): -16688219 or 10836737. OLE color: 10836737.

HSL color Cylindrical-coordinate representation of color #015BA5: hue angle of 207.07º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015BA5 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 91 165 -
CMYK 0.99 0.45 0 0.35
HSL 207.07º 0.99% 0.33% -
HSV(B) 207.07º 0.99% 0.65% -
XYZ 10.55 10.21 37.01 -
YUV 72.53 180.18 76.98 -
System Red Green Blue C M Y K H S L
Decimal 1 91 165 0.99 0.45 0 0.35 207.07 0.99 0.33
Hex 1 5B A5 63 2D 0 23 CF 63 21
Octal 1 133 245 143 55 0 43 317 143 41
Binary 1 1011011 10100101 1100011 101101 0 100011 11001111 1100011 100001

Color Harmonies of #015BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BA5

Black with #015BA5

Text Example


Text Example

White with #015BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,91,165); }

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

background-color css

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

 a { background-color: rgb(1,91,165); }

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

border-color css

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

 span { border-color: rgb(1,91,165); }

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