Html Css Color HEX #0245AE Cobalt

📋 copy color: '#0245AE'

red 2 ◦ green 69 ◦ blue 174

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

Shades of Cobalt #0245AE

Tints of Cobalt #0245AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 71.02%

R = 0.82%
G = 28.16%
B = 71.02%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0245AE (or 0x0245AE) is known color: Cobalt. HEX triplet: 02, 45 and AE. RGB value is (2,69,174). Sum of RGB (Red+Green+Blue) = 2+69+174=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #0245AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0245AE is #FDBA51. Grayscale: #3C3C3C. Windows color (decimal): -16628306 or 11420930. OLE color: 11420930.

HSL color Cylindrical-coordinate representation of color #0245AE: hue angle of 216.63º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0245AE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 69 174 -
CMYK 0.99 0.60 0 0.32
HSL 216.63º 0.98% 0.35% -
HSV(B) 216.63º 0.99% 0.68% -
XYZ 9.79 7.33 40.94 -
YUV 60.94 191.8 85.96 -
System Red Green Blue C M Y K H S L
Decimal 2 69 174 0.99 0.60 0 0.32 216.63 0.98 0.35
Hex 2 45 AE 63 3C 0 20 D9 62 23
Octal 2 105 256 143 74 0 40 331 142 43
Binary 10 1000101 10101110 1100011 111100 0 100000 11011001 1100010 100011

Color Harmonies of #0245AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0245AE

Black with #0245AE

Text Example


Text Example

White with #0245AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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