Html Css Color HEX #0362DF Navy Blue

📋 copy color: '#0362DF'

red 3 ◦ green 98 ◦ blue 223

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

Shades of Navy Blue #0362DF

Tints of Navy Blue #0362DF

RGB

 RED value IS 3 (1.56% from 255) = 0.93%

 GREEN value IS 98 (38.67% from 255) = 30.25%

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

R = 0.93%
G = 30.25%
B = 68.83%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0362DF (or 0x0362DF) is known color: Navy Blue. HEX triplet: 03, 62 and DF. RGB value is (3,98,223). Sum of RGB (Red+Green+Blue) = 3+98+223=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #0362DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0362DF is #FC9D20. Grayscale: #535353. Windows color (decimal): -16555297 or 14639619. OLE color: 14639619.

HSL color Cylindrical-coordinate representation of color #0362DF: hue angle of 214.09º degrees, saturation: 0.97, 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 #0362DF is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 98 223 -
CMYK 0.99 0.56 0 0.13
HSL 214.09º 0.97% 0.44% -
HSV(B) 214.09º 0.99% 0.87% -
XYZ 17.72 14.08 71.6 -
YUV 83.85 206.53 70.34 -
System Red Green Blue C M Y K H S L
Decimal 3 98 223 0.99 0.56 0 0.13 214.09 0.97 0.44
Hex 3 62 DF 63 38 0 D D6 61 2C
Octal 3 142 337 143 70 0 15 326 141 54
Binary 11 1100010 11011111 1100011 111000 0 1101 11010110 1100001 101100

Color Harmonies of #0362DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0362DF

Black with #0362DF

Text Example


Text Example

White with #0362DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,98,223); }

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

background-color css

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

 a { background-color: rgb(3,98,223); }

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

border-color css

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

 span { border-color: rgb(3,98,223); }

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