Html Css Color HEX #0245DF Navy Blue

📋 copy color: '#0245DF'

red 2 ◦ green 69 ◦ blue 223

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

Shades of Navy Blue #0245DF

Tints of Navy Blue #0245DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.85%

R = 0.68%
G = 23.47%
B = 75.85%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0245DF (or 0x0245DF) is known color: Navy Blue. HEX triplet: 02, 45 and DF. RGB value is (2,69,223). Sum of RGB (Red+Green+Blue) = 2+69+223=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #0245DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0245DF is #FDBA20. Grayscale: #414141. Windows color (decimal): -16628257 or 14632194. OLE color: 14632194.

HSL color Cylindrical-coordinate representation of color #0245DF: hue angle of 221.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0245DF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 69 223 -
CMYK 0.99 0.69 0 0.13
HSL 221.81º 0.98% 0.44% -
HSV(B) 221.81º 0.99% 0.87% -
XYZ 15.47 9.6 70.85 -
YUV 66.52 216.3 81.98 -
System Red Green Blue C M Y K H S L
Decimal 2 69 223 0.99 0.69 0 0.13 221.81 0.98 0.44
Hex 2 45 DF 63 45 0 D DE 62 2C
Octal 2 105 337 143 105 0 15 336 142 54
Binary 10 1000101 11011111 1100011 1000101 0 1101 11011110 1100010 101100

Color Harmonies of #0245DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0245DF

Black with #0245DF

Text Example


Text Example

White with #0245DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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