Html Css Color HEX #0362CB Navy Blue

📋 copy color: '#0362CB'

red 3 ◦ green 98 ◦ blue 203

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

Shades of Navy Blue #0362CB

Tints of Navy Blue #0362CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.78%

R = 0.99%
G = 32.24%
B = 66.78%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0362CB (or 0x0362CB) is known color: Navy Blue. HEX triplet: 03, 62 and CB. RGB value is (3,98,203). Sum of RGB (Red+Green+Blue) = 3+98+203=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #0362CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0362CB is #FC9D34. Grayscale: #515151. Windows color (decimal): -16555317 or 13328899. OLE color: 13328899.

HSL color Cylindrical-coordinate representation of color #0362CB: hue angle of 211.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0362CB is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 98 203 -
CMYK 0.99 0.52 0 0.20
HSL 211.5º 0.97% 0.4% -
HSV(B) 211.5º 0.99% 0.8% -
XYZ 15.18 13.07 58.22 -
YUV 81.57 196.53 71.96 -
System Red Green Blue C M Y K H S L
Decimal 3 98 203 0.99 0.52 0 0.20 211.5 0.97 0.4
Hex 3 62 CB 63 34 0 14 D4 61 28
Octal 3 142 313 143 64 0 24 324 141 50
Binary 11 1100010 11001011 1100011 110100 0 10100 11010100 1100001 101000

Color Harmonies of #0362CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0362CB

Black with #0362CB

Text Example


Text Example

White with #0362CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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