Html Css Color HEX #0385E4 Navy Blue

📋 copy color: '#0385E4'

red 3 ◦ green 133 ◦ blue 228

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

Shades of Navy Blue #0385E4

Tints of Navy Blue #0385E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 62.64%

R = 0.82%
G = 36.54%
B = 62.64%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0385E4 (or 0x0385E4) is known color: Navy Blue. HEX triplet: 03, 85 and E4. RGB value is (3,133,228). Sum of RGB (Red+Green+Blue) = 3+133+228=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 228 (89.45% from 255 or 62.64% from 364); Max value from RGB is 228 - color contains mainly: blue. Hex color #0385E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0385E4 is #FC7A1B. Grayscale: #686868. Windows color (decimal): -16546332 or 14976259. OLE color: 14976259.

HSL color Cylindrical-coordinate representation of color #0385E4: hue angle of 205.33º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0385E4 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 3 133 228 -
CMYK 0.99 0.42 0 0.11
HSL 205.33º 0.97% 0.45% -
HSV(B) 205.33º 0.99% 0.89% -
XYZ 22.43 22.4 76.54 -
YUV 104.96 197.43 55.28 -
System Red Green Blue C M Y K H S L
Decimal 3 133 228 0.99 0.42 0 0.11 205.33 0.97 0.45
Hex 3 85 E4 63 2A 0 B CD 61 2D
Octal 3 205 344 143 52 0 13 315 141 55
Binary 11 10000101 11100100 1100011 101010 0 1011 11001101 1100001 101101

Color Harmonies of #0385E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0385E4

Black with #0385E4

Text Example


Text Example

White with #0385E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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