Html Css Color HEX #0245AA Cobalt

📋 copy color: '#0245AA'

red 2 ◦ green 69 ◦ blue 170

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

Shades of Cobalt #0245AA

Tints of Cobalt #0245AA

RGB

 RED value IS 2 (1.17% from 255) = 0.83%

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

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

R = 0.83%
G = 28.63%
B = 70.54%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0245AA (or 0x0245AA) is known color: Cobalt. HEX triplet: 02, 45 and AA. RGB value is (2,69,170). Sum of RGB (Red+Green+Blue) = 2+69+170=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 69 (27.34% from 255 or 28.63% 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 #0245AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0245AA is #FDBA55. Grayscale: #3C3C3C. Windows color (decimal): -16628310 or 11158786. OLE color: 11158786.

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

Color convert

RGB 2 69 170 -
CMYK 0.99 0.59 0 0.33
HSL 216.07º 0.98% 0.34% -
HSV(B) 216.07º 0.99% 0.67% -
XYZ 9.41 7.17 38.92 -
YUV 60.48 189.8 86.29 -
System Red Green Blue C M Y K H S L
Decimal 2 69 170 0.99 0.59 0 0.33 216.07 0.98 0.34
Hex 2 45 AA 63 3B 0 21 D8 62 22
Octal 2 105 252 143 73 0 41 330 142 42
Binary 10 1000101 10101010 1100011 111011 0 100001 11011000 1100010 100010

Color Harmonies of #0245AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0245AA

Black with #0245AA

Text Example


Text Example

White with #0245AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,69,170); }

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

background-color css

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

 a { background-color: rgb(2,69,170); }

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

border-color css

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

 span { border-color: rgb(2,69,170); }

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