Html Css Color HEX #0357EE Navy Blue

📋 copy color: '#0357EE'

red 3 ◦ green 87 ◦ blue 238

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

Shades of Navy Blue #0357EE

Tints of Navy Blue #0357EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 72.56%

R = 0.91%
G = 26.52%
B = 72.56%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0357EE (or 0x0357EE) is known color: Navy Blue. HEX triplet: 03, 57 and EE. RGB value is (3,87,238). Sum of RGB (Red+Green+Blue) = 3+87+238=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 238 (93.36% from 255 or 72.56% from 328); Max value from RGB is 238 - color contains mainly: blue. Hex color #0357EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0357EE is #FCA811. Grayscale: #4E4E4E. Windows color (decimal): -16558098 or 15619843. OLE color: 15619843.

HSL color Cylindrical-coordinate representation of color #0357EE: hue angle of 218.55º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0357EE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 87 238 -
CMYK 0.99 0.63 0 0.07
HSL 218.55º 0.98% 0.47% -
HSV(B) 218.55º 0.99% 0.93% -
XYZ 18.88 13.01 82.4 -
YUV 79.1 217.67 73.72 -
System Red Green Blue C M Y K H S L
Decimal 3 87 238 0.99 0.63 0 0.07 218.55 0.98 0.47
Hex 3 57 EE 63 3F 0 7 DB 62 2F
Octal 3 127 356 143 77 0 7 333 142 57
Binary 11 1010111 11101110 1100011 111111 0 111 11011011 1100010 101111

Color Harmonies of #0357EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0357EE

Black with #0357EE

Text Example


Text Example

White with #0357EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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