Html Css Color HEX #0249AF Cobalt

📋 copy color: '#0249AF'

red 2 ◦ green 73 ◦ blue 175

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

Shades of Cobalt #0249AF

Tints of Cobalt #0249AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 175 (68.75% from 255) = 70%

R = 0.8%
G = 29.2%
B = 70%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0249AF (or 0x0249AF) is known color: Cobalt. HEX triplet: 02, 49 and AF. RGB value is (2,73,175). Sum of RGB (Red+Green+Blue) = 2+73+175=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #0249AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0249AF is #FDB650. Grayscale: #3E3E3E. Windows color (decimal): -16627281 or 11487490. OLE color: 11487490.

HSL color Cylindrical-coordinate representation of color #0249AF: hue angle of 215.38º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249AF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 73 175 -
CMYK 0.99 0.58 0 0.31
HSL 215.38º 0.98% 0.35% -
HSV(B) 215.38º 0.99% 0.69% -
XYZ 10.15 7.87 41.54 -
YUV 63.4 190.98 84.21 -
System Red Green Blue C M Y K H S L
Decimal 2 73 175 0.99 0.58 0 0.31 215.38 0.98 0.35
Hex 2 49 AF 63 3A 0 1F D7 62 23
Octal 2 111 257 143 72 0 37 327 142 43
Binary 10 1001001 10101111 1100011 111010 0 11111 11010111 1100010 100011

Color Harmonies of #0249AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249AF

Black with #0249AF

Text Example


Text Example

White with #0249AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0249AF; }

 p { color: rgb(2,73,175); }

 H1.HeaderClassName
 {
   color: #0249AF;
 }
 .AnyTagClassName
 {
   color: #0249AF;
 }
</style>

background-color css

<style>
 a { background-color: #0249AF; }

 a { background-color: rgb(2,73,175); }

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

border-color css

<style>
 span { border-color: #0249AF; }

 span { border-color: rgb(2,73,175); }

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