Html Css Color HEX #0041AA Cobalt

📋 copy color: '#0041AA'

red 0 ◦ green 65 ◦ blue 170

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

Shades of Cobalt #0041AA

Tints of Cobalt #0041AA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 0%
G = 27.66%
B = 72.34%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0041AA (or 0x0041AA) is known color: Cobalt. HEX triplet: 00, 41 and AA. RGB value is (0,65,170). Sum of RGB (Red+Green+Blue) = 0+65+170=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #0041AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0041AA is #FFBE55. Grayscale: #393939. Windows color (decimal): -16760406 or 11157760. OLE color: 11157760.

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

Color convert

RGB 0 65 170 -
CMYK 1 0.62 0 0.33
HSL 217.06º 1% 0.33% -
HSV(B) 217.06º 1% 0.67% -
XYZ 9.15 6.68 38.84 -
YUV 57.54 191.47 86.96 -
System Red Green Blue C M Y K H S L
Decimal 0 65 170 1 0.62 0 0.33 217.06 1 0.33
Hex 0 41 AA 64 3E 0 21 D9 64 21
Octal 0 101 252 144 76 0 41 331 144 41
Binary 0 1000001 10101010 1100100 111110 0 100001 11011001 1100100 100001

Color Harmonies of #0041AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0041AA

Black with #0041AA

Text Example


Text Example

White with #0041AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0041AA; }

 p { color: rgb(0,65,170); }

 H1.HeaderClassName
 {
   color: #0041AA;
 }
 .AnyTagClassName
 {
   color: #0041AA;
 }
</style>

background-color css

<style>
 a { background-color: #0041AA; }

 a { background-color: rgb(0,65,170); }

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

border-color css

<style>
 span { border-color: #0041AA; }

 span { border-color: rgb(0,65,170); }

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