Html Css Color HEX #0358CB Navy Blue

📋 copy color: '#0358CB'

red 3 ◦ green 88 ◦ blue 203

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

Shades of Navy Blue #0358CB

Tints of Navy Blue #0358CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.93%

 BLUE value IS 203 (79.69% from 255) = 69.05%

R = 1.02%
G = 29.93%
B = 69.05%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0358CB (or 0x0358CB) is known color: Navy Blue. HEX triplet: 03, 58 and CB. RGB value is (3,88,203). Sum of RGB (Red+Green+Blue) = 3+88+203=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #0358CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0358CB is #FCA734. Grayscale: #4B4B4B. Windows color (decimal): -16557877 or 13326339. OLE color: 13326339.

HSL color Cylindrical-coordinate representation of color #0358CB: hue angle of 214.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0358CB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 88 203 -
CMYK 0.99 0.57 0 0.20
HSL 214.5º 0.97% 0.4% -
HSV(B) 214.5º 0.99% 0.8% -
XYZ 14.31 11.31 57.93 -
YUV 75.7 199.84 76.15 -
System Red Green Blue C M Y K H S L
Decimal 3 88 203 0.99 0.57 0 0.20 214.5 0.97 0.4
Hex 3 58 CB 63 39 0 14 D6 61 28
Octal 3 130 313 143 71 0 24 326 141 50
Binary 11 1011000 11001011 1100011 111001 0 10100 11010110 1100001 101000

Color Harmonies of #0358CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0358CB

Black with #0358CB

Text Example


Text Example

White with #0358CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0358CB; }

 p { color: rgb(3,88,203); }

 H1.HeaderClassName
 {
   color: #0358CB;
 }
 .AnyTagClassName
 {
   color: #0358CB;
 }
</style>

background-color css

<style>
 a { background-color: #0358CB; }

 a { background-color: rgb(3,88,203); }

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

border-color css

<style>
 span { border-color: #0358CB; }

 span { border-color: rgb(3,88,203); }

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