Html Css Color HEX #0385DB Navy Blue

📋 copy color: '#0385DB'

red 3 ◦ green 133 ◦ blue 219

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

Shades of Navy Blue #0385DB

Tints of Navy Blue #0385DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 219 (85.94% from 255) = 61.69%

R = 0.85%
G = 37.46%
B = 61.69%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0385DB (or 0x0385DB) is known color: Navy Blue. HEX triplet: 03, 85 and DB. RGB value is (3,133,219). Sum of RGB (Red+Green+Blue) = 3+133+219=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #0385DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0385DB is #FC7A24. Grayscale: #676767. Windows color (decimal): -16546341 or 14386435. OLE color: 14386435.

HSL color Cylindrical-coordinate representation of color #0385DB: hue angle of 203.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0385DB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 133 219 -
CMYK 0.99 0.39 0 0.14
HSL 203.89º 0.97% 0.44% -
HSV(B) 203.89º 0.99% 0.86% -
XYZ 21.21 21.91 70.13 -
YUV 103.93 192.93 56.01 -
System Red Green Blue C M Y K H S L
Decimal 3 133 219 0.99 0.39 0 0.14 203.89 0.97 0.44
Hex 3 85 DB 63 27 0 E CC 61 2C
Octal 3 205 333 143 47 0 16 314 141 54
Binary 11 10000101 11011011 1100011 100111 0 1110 11001100 1100001 101100

Color Harmonies of #0385DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0385DB

Black with #0385DB

Text Example


Text Example

White with #0385DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0385DB; }

 p { color: rgb(3,133,219); }

 H1.HeaderClassName
 {
   color: #0385DB;
 }
 .AnyTagClassName
 {
   color: #0385DB;
 }
</style>

background-color css

<style>
 a { background-color: #0385DB; }

 a { background-color: rgb(3,133,219); }

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

border-color css

<style>
 span { border-color: #0385DB; }

 span { border-color: rgb(3,133,219); }

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