Html Css Color HEX #023FFA Navy Blue

📋 copy color: '#023FFA'

red 2 ◦ green 63 ◦ blue 250

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

Shades of Navy Blue #023FFA

Tints of Navy Blue #023FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

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

R = 0.63%
G = 20%
B = 79.37%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#023FFA (or 0x023FFA) is known color: Navy Blue. HEX triplet: 02, 3F and FA. RGB value is (2,63,250). Sum of RGB (Red+Green+Blue) = 2+63+250=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #023FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023FFA is #FDC005. Grayscale: #414141. Windows color (decimal): -16629766 or 16400130. OLE color: 16400130.

HSL color Cylindrical-coordinate representation of color #023FFA: hue angle of 225.24º 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 #023FFA is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 63 250 -
CMYK 0.99 0.75 0 0.02
HSL 225.24º 0.98% 0.49% -
HSV(B) 225.24º 0.99% 0.98% -
XYZ 19.06 10.47 91.46 -
YUV 66.08 231.79 82.29 -
System Red Green Blue C M Y K H S L
Decimal 2 63 250 0.99 0.75 0 0.02 225.24 0.98 0.49
Hex 2 3F FA 63 4B 0 2 E1 62 31
Octal 2 77 372 143 113 0 2 341 142 61
Binary 10 111111 11111010 1100011 1001011 0 10 11100001 1100010 110001

Color Harmonies of #023FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FFA

Black with #023FFA

Text Example


Text Example

White with #023FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023FFA; }

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

 H1.HeaderClassName
 {
   color: #023FFA;
 }
 .AnyTagClassName
 {
   color: #023FFA;
 }
</style>

background-color css

<style>
 a { background-color: #023FFA; }

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

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

border-color css

<style>
 span { border-color: #023FFA; }

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

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