Html Css Color HEX #0357CE Navy Blue

📋 copy color: '#0357CE'

red 3 ◦ green 87 ◦ blue 206

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

Shades of Navy Blue #0357CE

Tints of Navy Blue #0357CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

 BLUE value IS 206 (80.86% from 255) = 69.59%

R = 1.01%
G = 29.39%
B = 69.59%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0357CE (or 0x0357CE) is known color: Navy Blue. HEX triplet: 03, 57 and CE. RGB value is (3,87,206). Sum of RGB (Red+Green+Blue) = 3+87+206=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #0357CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0357CE is #FCA831. Grayscale: #4A4A4A. Windows color (decimal): -16558130 or 13522691. OLE color: 13522691.

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

Color convert

RGB 3 87 206 -
CMYK 0.99 0.58 0 0.19
HSL 215.17º 0.97% 0.41% -
HSV(B) 215.17º 0.99% 0.81% -
XYZ 14.59 11.29 59.8 -
YUV 75.45 201.67 76.32 -
System Red Green Blue C M Y K H S L
Decimal 3 87 206 0.99 0.58 0 0.19 215.17 0.97 0.41
Hex 3 57 CE 63 3A 0 13 D7 61 29
Octal 3 127 316 143 72 0 23 327 141 51
Binary 11 1010111 11001110 1100011 111010 0 10011 11010111 1100001 101001

Color Harmonies of #0357CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0357CE

Black with #0357CE

Text Example


Text Example

White with #0357CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0357CE; }

 p { color: rgb(3,87,206); }

 H1.HeaderClassName
 {
   color: #0357CE;
 }
 .AnyTagClassName
 {
   color: #0357CE;
 }
</style>

background-color css

<style>
 a { background-color: #0357CE; }

 a { background-color: rgb(3,87,206); }

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

border-color css

<style>
 span { border-color: #0357CE; }

 span { border-color: rgb(3,87,206); }

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