Html Css Color HEX #0356CD Navy Blue

📋 copy color: '#0356CD'

red 3 ◦ green 86 ◦ blue 205

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

Shades of Navy Blue #0356CD

Tints of Navy Blue #0356CD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

 BLUE value IS 205 (80.47% from 255) = 69.73%

R = 1.02%
G = 29.25%
B = 69.73%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0356CD (or 0x0356CD) is known color: Navy Blue. HEX triplet: 03, 56 and CD. RGB value is (3,86,205). Sum of RGB (Red+Green+Blue) = 3+86+205=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #0356CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0356CD is #FCA932. Grayscale: #4A4A4A. Windows color (decimal): -16558387 or 13456899. OLE color: 13456899.

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

Color convert

RGB 3 86 205 -
CMYK 0.99 0.58 0 0.20
HSL 215.35º 0.97% 0.41% -
HSV(B) 215.35º 0.99% 0.8% -
XYZ 14.38 11.08 59.14 -
YUV 74.75 201.5 76.82 -
System Red Green Blue C M Y K H S L
Decimal 3 86 205 0.99 0.58 0 0.20 215.35 0.97 0.41
Hex 3 56 CD 63 3A 0 14 D7 61 29
Octal 3 126 315 143 72 0 24 327 141 51
Binary 11 1010110 11001101 1100011 111010 0 10100 11010111 1100001 101001

Color Harmonies of #0356CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0356CD

Black with #0356CD

Text Example


Text Example

White with #0356CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0356CD; }

 p { color: rgb(3,86,205); }

 H1.HeaderClassName
 {
   color: #0356CD;
 }
 .AnyTagClassName
 {
   color: #0356CD;
 }
</style>

background-color css

<style>
 a { background-color: #0356CD; }

 a { background-color: rgb(3,86,205); }

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

border-color css

<style>
 span { border-color: #0356CD; }

 span { border-color: rgb(3,86,205); }

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