Html Css Color HEX #0359CC Navy Blue

📋 copy color: '#0359CC'

red 3 ◦ green 89 ◦ blue 204

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

Shades of Navy Blue #0359CC

Tints of Navy Blue #0359CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 204 (80.08% from 255) = 68.92%

R = 1.01%
G = 30.07%
B = 68.92%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0359CC (or 0x0359CC) is known color: Navy Blue. HEX triplet: 03, 59 and CC. RGB value is (3,89,204). Sum of RGB (Red+Green+Blue) = 3+89+204=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #0359CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0359CC is #FCA633. Grayscale: #4B4B4B. Windows color (decimal): -16557620 or 13392131. OLE color: 13392131.

HSL color Cylindrical-coordinate representation of color #0359CC: hue angle of 214.33º 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 #0359CC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 89 204 -
CMYK 0.99 0.56 0 0.2
HSL 214.33º 0.97% 0.41% -
HSV(B) 214.33º 0.99% 0.8% -
XYZ 14.51 11.52 58.59 -
YUV 76.4 200.01 75.65 -
System Red Green Blue C M Y K H S L
Decimal 3 89 204 0.99 0.56 0 0.2 214.33 0.97 0.41
Hex 3 59 CC 63 38 0 14 D6 61 29
Octal 3 131 314 143 70 0 24 326 141 51
Binary 11 1011001 11001100 1100011 111000 0 10100 11010110 1100001 101001

Color Harmonies of #0359CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0359CC

Black with #0359CC

Text Example


Text Example

White with #0359CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0359CC; }

 p { color: rgb(3,89,204); }

 H1.HeaderClassName
 {
   color: #0359CC;
 }
 .AnyTagClassName
 {
   color: #0359CC;
 }
</style>

background-color css

<style>
 a { background-color: #0359CC; }

 a { background-color: rgb(3,89,204); }

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

border-color css

<style>
 span { border-color: #0359CC; }

 span { border-color: rgb(3,89,204); }

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