Html Css Color HEX #0641AA Cobalt

📋 copy color: '#0641AA'

red 6 ◦ green 65 ◦ blue 170

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

Shades of Cobalt #0641AA

Tints of Cobalt #0641AA

RGB

 RED value IS 6 (2.73% from 255) = 2.49%

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

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

R = 2.49%
G = 26.97%
B = 70.54%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0641AA (or 0x0641AA) is known color: Cobalt. HEX triplet: 06, 41 and AA. RGB value is (6,65,170). Sum of RGB (Red+Green+Blue) = 6+65+170=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #0641AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0641AA is #F9BE55. Grayscale: #3A3A3A. Windows color (decimal): -16367190 or 11157766. OLE color: 11157766.

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

Color convert

RGB 6 65 170 -
CMYK 0.96 0.62 0 0.33
HSL 218.41º 0.93% 0.35% -
HSV(B) 218.41º 0.96% 0.67% -
XYZ 9.22 6.72 38.84 -
YUV 59.33 190.45 89.96 -
System Red Green Blue C M Y K H S L
Decimal 6 65 170 0.96 0.62 0 0.33 218.41 0.93 0.35
Hex 6 41 AA 60 3E 0 21 DA 5D 23
Octal 6 101 252 140 76 0 41 332 135 43
Binary 110 1000001 10101010 1100000 111110 0 100001 11011010 1011101 100011

Color Harmonies of #0641AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0641AA

Black with #0641AA

Text Example


Text Example

White with #0641AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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