Html Css Color HEX #0245FA Navy Blue

📋 copy color: '#0245FA'

red 2 ◦ green 69 ◦ blue 250

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

Shades of Navy Blue #0245FA

Tints of Navy Blue #0245FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 77.88%

R = 0.62%
G = 21.5%
B = 77.88%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0245FA (or 0x0245FA) is known color: Navy Blue. HEX triplet: 02, 45 and FA. RGB value is (2,69,250). Sum of RGB (Red+Green+Blue) = 2+69+250=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #0245FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0245FA is #FDBA05. Grayscale: #444444. Windows color (decimal): -16628230 or 16401666. OLE color: 16401666.

HSL color Cylindrical-coordinate representation of color #0245FA: hue angle of 223.79º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0245FA is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 69 250 -
CMYK 0.99 0.72 0 0.02
HSL 223.79º 0.98% 0.49% -
HSV(B) 223.79º 0.99% 0.98% -
XYZ 19.41 11.17 91.58 -
YUV 69.6 229.8 79.78 -
System Red Green Blue C M Y K H S L
Decimal 2 69 250 0.99 0.72 0 0.02 223.79 0.98 0.49
Hex 2 45 FA 63 48 0 2 E0 62 31
Octal 2 105 372 143 110 0 2 340 142 61
Binary 10 1000101 11111010 1100011 1001000 0 10 11100000 1100010 110001

Color Harmonies of #0245FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0245FA

Black with #0245FA

Text Example


Text Example

White with #0245FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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