Html Css Color HEX #0382CF Navy Blue

📋 copy color: '#0382CF'

red 3 ◦ green 130 ◦ blue 207

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

Shades of Navy Blue #0382CF

Tints of Navy Blue #0382CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 0.88%
G = 38.24%
B = 60.88%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0382CF (or 0x0382CF) is known color: Navy Blue. HEX triplet: 03, 82 and CF. RGB value is (3,130,207). Sum of RGB (Red+Green+Blue) = 3+130+207=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #0382CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0382CF is #FC7D30. Grayscale: #646464. Windows color (decimal): -16547121 or 13599235. OLE color: 13599235.

HSL color Cylindrical-coordinate representation of color #0382CF: hue angle of 202.65º 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 #0382CF is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 130 207 -
CMYK 0.99 0.37 0 0.19
HSL 202.65º 0.97% 0.41% -
HSV(B) 202.65º 0.99% 0.81% -
XYZ 19.28 20.49 61.97 -
YUV 100.81 187.92 58.24 -
System Red Green Blue C M Y K H S L
Decimal 3 130 207 0.99 0.37 0 0.19 202.65 0.97 0.41
Hex 3 82 CF 63 25 0 13 CB 61 29
Octal 3 202 317 143 45 0 23 313 141 51
Binary 11 10000010 11001111 1100011 100101 0 10011 11001011 1100001 101001

Color Harmonies of #0382CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382CF

Black with #0382CF

Text Example


Text Example

White with #0382CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0382CF; }

 p { color: rgb(3,130,207); }

 H1.HeaderClassName
 {
   color: #0382CF;
 }
 .AnyTagClassName
 {
   color: #0382CF;
 }
</style>

background-color css

<style>
 a { background-color: #0382CF; }

 a { background-color: rgb(3,130,207); }

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

border-color css

<style>
 span { border-color: #0382CF; }

 span { border-color: rgb(3,130,207); }

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