Html Css Color HEX #01509B Cobalt

📋 copy color: '#01509B'

red 1 ◦ green 80 ◦ blue 155

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

Shades of Cobalt #01509B

Tints of Cobalt #01509B

RGB

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

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

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

R = 0.42%
G = 33.9%
B = 65.68%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01509B (or 0x01509B) is known color: Cobalt. HEX triplet: 01, 50 and 9B. RGB value is (1,80,155). Sum of RGB (Red+Green+Blue) = 1+80+155=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #01509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01509B is #FEAF64. Grayscale: #404040. Windows color (decimal): -16691045 or 10178561. OLE color: 10178561.

HSL color Cylindrical-coordinate representation of color #01509B: hue angle of 209.22º 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 #01509B is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 80 155 -
CMYK 0.99 0.48 0 0.39
HSL 209.22º 0.99% 0.31% -
HSV(B) 209.22º 0.99% 0.61% -
XYZ 8.8 8.11 32.11 -
YUV 64.93 178.83 82.4 -
System Red Green Blue C M Y K H S L
Decimal 1 80 155 0.99 0.48 0 0.39 209.22 0.99 0.31
Hex 1 50 9B 63 30 0 27 D1 63 1F
Octal 1 120 233 143 60 0 47 321 143 37
Binary 1 1010000 10011011 1100011 110000 0 100111 11010001 1100011 11111

Color Harmonies of #01509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01509B

Black with #01509B

Text Example


Text Example

White with #01509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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