Html Css Color HEX #0383CF Navy Blue

📋 copy color: '#0383CF'

red 3 ◦ green 131 ◦ blue 207

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

Shades of Navy Blue #0383CF

Tints of Navy Blue #0383CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

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

R = 0.88%
G = 38.42%
B = 60.7%

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

#0383CF (or 0x0383CF) is known color: Navy Blue. HEX triplet: 03, 83 and CF. RGB value is (3,131,207). Sum of RGB (Red+Green+Blue) = 3+131+207=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #0383CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0383CF is #FC7C30. Grayscale: #646464. Windows color (decimal): -16546865 or 13599491. OLE color: 13599491.

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

Color convert

RGB 3 131 207 -
CMYK 0.99 0.37 0 0.19
HSL 202.35º 0.97% 0.41% -
HSV(B) 202.35º 0.99% 0.81% -
XYZ 19.42 20.76 62.01 -
YUV 101.39 187.59 57.82 -
System Red Green Blue C M Y K H S L
Decimal 3 131 207 0.99 0.37 0 0.19 202.35 0.97 0.41
Hex 3 83 CF 63 25 0 13 CA 61 29
Octal 3 203 317 143 45 0 23 312 141 51
Binary 11 10000011 11001111 1100011 100101 0 10011 11001010 1100001 101001

Color Harmonies of #0383CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0383CF

Black with #0383CF

Text Example


Text Example

White with #0383CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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