Html Css Color HEX #01509D Cobalt

📋 copy color: '#01509D'

red 1 ◦ green 80 ◦ blue 157

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

Shades of Cobalt #01509D

Tints of Cobalt #01509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.61%

 BLUE value IS 157 (61.72% from 255) = 65.97%

R = 0.42%
G = 33.61%
B = 65.97%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01509D (or 0x01509D) is known color: Cobalt. HEX triplet: 01, 50 and 9D. RGB value is (1,80,157). Sum of RGB (Red+Green+Blue) = 1+80+157=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #01509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01509D is #FEAF62. Grayscale: #404040. Windows color (decimal): -16691043 or 10309633. OLE color: 10309633.

HSL color Cylindrical-coordinate representation of color #01509D: hue angle of 209.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01509D is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 80 157 -
CMYK 0.99 0.49 0 0.38
HSL 209.62º 0.99% 0.31% -
HSV(B) 209.62º 0.99% 0.62% -
XYZ 8.97 8.18 33 -
YUV 65.16 179.83 82.24 -
System Red Green Blue C M Y K H S L
Decimal 1 80 157 0.99 0.49 0 0.38 209.62 0.99 0.31
Hex 1 50 9D 63 31 0 26 D2 63 1F
Octal 1 120 235 143 61 0 46 322 143 37
Binary 1 1010000 10011101 1100011 110001 0 100110 11010010 1100011 11111

Color Harmonies of #01509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01509D

Black with #01509D

Text Example


Text Example

White with #01509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01509D; }

 p { color: rgb(1,80,157); }

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

background-color css

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

 a { background-color: rgb(1,80,157); }

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

border-color css

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

 span { border-color: rgb(1,80,157); }

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