Html Css Color HEX #0385DE Navy Blue

📋 copy color: '#0385DE'

red 3 ◦ green 133 ◦ blue 222

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

Shades of Navy Blue #0385DE

Tints of Navy Blue #0385DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 0.84%
G = 37.15%
B = 62.01%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0385DE (or 0x0385DE) is known color: Navy Blue. HEX triplet: 03, 85 and DE. RGB value is (3,133,222). Sum of RGB (Red+Green+Blue) = 3+133+222=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #0385DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0385DE is #FC7A21. Grayscale: #676767. Windows color (decimal): -16546338 or 14583043. OLE color: 14583043.

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

Color convert

RGB 3 133 222 -
CMYK 0.99 0.40 0 0.13
HSL 204.38º 0.97% 0.44% -
HSV(B) 204.38º 0.99% 0.87% -
XYZ 21.61 22.07 72.23 -
YUV 104.28 194.43 55.76 -
System Red Green Blue C M Y K H S L
Decimal 3 133 222 0.99 0.40 0 0.13 204.38 0.97 0.44
Hex 3 85 DE 63 28 0 D CC 61 2C
Octal 3 205 336 143 50 0 15 314 141 54
Binary 11 10000101 11011110 1100011 101000 0 1101 11001100 1100001 101100

Color Harmonies of #0385DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0385DE

Black with #0385DE

Text Example


Text Example

White with #0385DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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