Html Css Color HEX #035FBC Navy Blue

📋 copy color: '#035FBC'

red 3 ◦ green 95 ◦ blue 188

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

Shades of Navy Blue #035FBC

Tints of Navy Blue #035FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.22%

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 1.05%
G = 33.22%
B = 65.73%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#035FBC (or 0x035FBC) is known color: Navy Blue. HEX triplet: 03, 5F and BC. RGB value is (3,95,188). Sum of RGB (Red+Green+Blue) = 3+95+188=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #035FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FBC is #FCA043. Grayscale: #4D4D4D. Windows color (decimal): -16556100 or 12345091. OLE color: 12345091.

HSL color Cylindrical-coordinate representation of color #035FBC: hue angle of 210.16º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035FBC is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 95 188 -
CMYK 0.98 0.49 0 0.26
HSL 210.16º 0.97% 0.37% -
HSV(B) 210.16º 0.98% 0.74% -
XYZ 13.21 11.83 49.17 -
YUV 78.09 190.02 74.44 -
System Red Green Blue C M Y K H S L
Decimal 3 95 188 0.98 0.49 0 0.26 210.16 0.97 0.37
Hex 3 5F BC 62 31 0 1A D2 61 25
Octal 3 137 274 142 61 0 32 322 141 45
Binary 11 1011111 10111100 1100010 110001 0 11010 11010010 1100001 100101

Color Harmonies of #035FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FBC

Black with #035FBC

Text Example


Text Example

White with #035FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035FBC; }

 p { color: rgb(3,95,188); }

 H1.HeaderClassName
 {
   color: #035FBC;
 }
 .AnyTagClassName
 {
   color: #035FBC;
 }
</style>

background-color css

<style>
 a { background-color: #035FBC; }

 a { background-color: rgb(3,95,188); }

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

border-color css

<style>
 span { border-color: #035FBC; }

 span { border-color: rgb(3,95,188); }

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