Html Css Color HEX #01509A Cobalt

📋 copy color: '#01509A'

red 1 ◦ green 80 ◦ blue 154

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

Shades of Cobalt #01509A

Tints of Cobalt #01509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.53%

R = 0.43%
G = 34.04%
B = 65.53%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01509A (or 0x01509A) is known color: Cobalt. HEX triplet: 01, 50 and 9A. RGB value is (1,80,154). Sum of RGB (Red+Green+Blue) = 1+80+154=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #01509A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01509A is #FEAF65. Grayscale: #404040. Windows color (decimal): -16691046 or 10113025. OLE color: 10113025.

HSL color Cylindrical-coordinate representation of color #01509A: hue angle of 209.02º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01509A is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 80 154 -
CMYK 0.99 0.48 0 0.40
HSL 209.02º 0.99% 0.3% -
HSV(B) 209.02º 0.99% 0.6% -
XYZ 8.71 8.08 31.67 -
YUV 64.82 178.33 82.48 -
System Red Green Blue C M Y K H S L
Decimal 1 80 154 0.99 0.48 0 0.40 209.02 0.99 0.3
Hex 1 50 9A 63 30 0 28 D1 63 1E
Octal 1 120 232 143 60 0 50 321 143 36
Binary 1 1010000 10011010 1100011 110000 0 101000 11010001 1100011 11110

Color Harmonies of #01509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01509A

Black with #01509A

Text Example


Text Example

White with #01509A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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