Html Css Color HEX #015E9B Cobalt

📋 copy color: '#015E9B'

red 1 ◦ green 94 ◦ blue 155

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

Shades of Cobalt #015E9B

Tints of Cobalt #015E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.6%

 BLUE value IS 155 (60.94% from 255) = 62%

R = 0.4%
G = 37.6%
B = 62%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#015E9B (or 0x015E9B) is known color: Cobalt. HEX triplet: 01, 5E and 9B. RGB value is (1,94,155). Sum of RGB (Red+Green+Blue) = 1+94+155=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #015E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015E9B is #FEA164. Grayscale: #484848. Windows color (decimal): -16687461 or 10182145. OLE color: 10182145.

HSL color Cylindrical-coordinate representation of color #015E9B: hue angle of 203.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E9B is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 94 155 -
CMYK 0.99 0.39 0 0.39
HSL 203.77º 0.99% 0.31% -
HSV(B) 203.77º 0.99% 0.61% -
XYZ 9.93 10.38 32.49 -
YUV 73.15 174.19 76.54 -
System Red Green Blue C M Y K H S L
Decimal 1 94 155 0.99 0.39 0 0.39 203.77 0.99 0.31
Hex 1 5E 9B 63 27 0 27 CC 63 1F
Octal 1 136 233 143 47 0 47 314 143 37
Binary 1 1011110 10011011 1100011 100111 0 100111 11001100 1100011 11111

Color Harmonies of #015E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E9B

Black with #015E9B

Text Example


Text Example

White with #015E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,155); }

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

background-color css

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

 a { background-color: rgb(1,94,155); }

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

border-color css

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

 span { border-color: rgb(1,94,155); }

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