Html Css Color HEX #01459B Cobalt

📋 copy color: '#01459B'

red 1 ◦ green 69 ◦ blue 155

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

Shades of Cobalt #01459B

Tints of Cobalt #01459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 0.44%
G = 30.67%
B = 68.89%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01459B (or 0x01459B) is known color: Cobalt. HEX triplet: 01, 45 and 9B. RGB value is (1,69,155). Sum of RGB (Red+Green+Blue) = 1+69+155=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #01459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01459B is #FEBA64. Grayscale: #3A3A3A. Windows color (decimal): -16693861 or 10175745. OLE color: 10175745.

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

Color convert

RGB 1 69 155 -
CMYK 0.99 0.55 0 0.39
HSL 213.51º 0.99% 0.31% -
HSV(B) 213.51º 0.99% 0.61% -
XYZ 8.06 6.63 31.87 -
YUV 58.47 182.47 87.01 -
System Red Green Blue C M Y K H S L
Decimal 1 69 155 0.99 0.55 0 0.39 213.51 0.99 0.31
Hex 1 45 9B 63 37 0 27 D6 63 1F
Octal 1 105 233 143 67 0 47 326 143 37
Binary 1 1000101 10011011 1100011 110111 0 100111 11010110 1100011 11111

Color Harmonies of #01459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01459B

Black with #01459B

Text Example


Text Example

White with #01459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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