Html Css Color HEX #0541AB Cobalt

📋 copy color: '#0541AB'

red 5 ◦ green 65 ◦ blue 171

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

Shades of Cobalt #0541AB

Tints of Cobalt #0541AB

RGB

 RED value IS 5 (2.34% from 255) = 2.07%

 GREEN value IS 65 (25.78% from 255) = 26.97%

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 2.07%
G = 26.97%
B = 70.95%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0541AB (or 0x0541AB) is known color: Cobalt. HEX triplet: 05, 41 and AB. RGB value is (5,65,171). Sum of RGB (Red+Green+Blue) = 5+65+171=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #0541AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0541AB is #FABE54. Grayscale: #3A3A3A. Windows color (decimal): -16432725 or 11223301. OLE color: 11223301.

HSL color Cylindrical-coordinate representation of color #0541AB: hue angle of 218.31º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0541AB is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 65 171 -
CMYK 0.97 0.62 0 0.33
HSL 218.31º 0.94% 0.35% -
HSV(B) 218.31º 0.97% 0.67% -
XYZ 9.3 6.75 39.34 -
YUV 59.14 191.12 89.38 -
System Red Green Blue C M Y K H S L
Decimal 5 65 171 0.97 0.62 0 0.33 218.31 0.94 0.35
Hex 5 41 AB 61 3E 0 21 DA 5E 23
Octal 5 101 253 141 76 0 41 332 136 43
Binary 101 1000001 10101011 1100001 111110 0 100001 11011010 1011110 100011

Color Harmonies of #0541AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0541AB

Black with #0541AB

Text Example


Text Example

White with #0541AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0541AB; }

 p { color: rgb(5,65,171); }

 H1.HeaderClassName
 {
   color: #0541AB;
 }
 .AnyTagClassName
 {
   color: #0541AB;
 }
</style>

background-color css

<style>
 a { background-color: #0541AB; }

 a { background-color: rgb(5,65,171); }

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

border-color css

<style>
 span { border-color: #0541AB; }

 span { border-color: rgb(5,65,171); }

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