Html Css Color HEX #0362CE Navy Blue

📋 copy color: '#0362CE'

red 3 ◦ green 98 ◦ blue 206

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

Shades of Navy Blue #0362CE

Tints of Navy Blue #0362CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 0.98%
G = 31.92%
B = 67.1%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0362CE (or 0x0362CE) is known color: Navy Blue. HEX triplet: 03, 62 and CE. RGB value is (3,98,206). Sum of RGB (Red+Green+Blue) = 3+98+206=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #0362CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0362CE is #FC9D31. Grayscale: #515151. Windows color (decimal): -16555314 or 13525507. OLE color: 13525507.

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

Color convert

RGB 3 98 206 -
CMYK 0.99 0.52 0 0.19
HSL 211.92º 0.97% 0.41% -
HSV(B) 211.92º 0.99% 0.81% -
XYZ 15.55 13.21 60.12 -
YUV 81.91 198.03 71.72 -
System Red Green Blue C M Y K H S L
Decimal 3 98 206 0.99 0.52 0 0.19 211.92 0.97 0.41
Hex 3 62 CE 63 34 0 13 D4 61 29
Octal 3 142 316 143 64 0 23 324 141 51
Binary 11 1100010 11001110 1100011 110100 0 10011 11010100 1100001 101001

Color Harmonies of #0362CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0362CE

Black with #0362CE

Text Example


Text Example

White with #0362CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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