Html Css Color HEX #0249CF Navy Blue

📋 copy color: '#0249CF'

red 2 ◦ green 73 ◦ blue 207

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

Shades of Navy Blue #0249CF

Tints of Navy Blue #0249CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 73.4%

R = 0.71%
G = 25.89%
B = 73.4%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0249CF (or 0x0249CF) is known color: Navy Blue. HEX triplet: 02, 49 and CF. RGB value is (2,73,207). Sum of RGB (Red+Green+Blue) = 2+73+207=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #0249CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249CF is #FDB630. Grayscale: #424242. Windows color (decimal): -16627249 or 13584642. OLE color: 13584642.

HSL color Cylindrical-coordinate representation of color #0249CF: hue angle of 219.22º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249CF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 73 207 -
CMYK 0.99 0.65 0 0.19
HSL 219.22º 0.98% 0.41% -
HSV(B) 219.22º 0.99% 0.81% -
XYZ 13.67 9.28 60.1 -
YUV 67.05 206.98 81.6 -
System Red Green Blue C M Y K H S L
Decimal 2 73 207 0.99 0.65 0 0.19 219.22 0.98 0.41
Hex 2 49 CF 63 41 0 13 DB 62 29
Octal 2 111 317 143 101 0 23 333 142 51
Binary 10 1001001 11001111 1100011 1000001 0 10011 11011011 1100010 101001

Color Harmonies of #0249CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249CF

Black with #0249CF

Text Example


Text Example

White with #0249CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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