Html Css Color HEX #035FCE Navy Blue

📋 copy color: '#035FCE'

red 3 ◦ green 95 ◦ blue 206

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

Shades of Navy Blue #035FCE

Tints of Navy Blue #035FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 0.99%
G = 31.25%
B = 67.76%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#035FCE (or 0x035FCE) is known color: Navy Blue. HEX triplet: 03, 5F and CE. RGB value is (3,95,206). Sum of RGB (Red+Green+Blue) = 3+95+206=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #035FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FCE is #FCA031. Grayscale: #4F4F4F. Windows color (decimal): -16556082 or 13524739. OLE color: 13524739.

HSL color Cylindrical-coordinate representation of color #035FCE: hue angle of 212.81º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FCE is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 95 206 -
CMYK 0.99 0.54 0 0.19
HSL 212.81º 0.97% 0.41% -
HSV(B) 212.81º 0.99% 0.81% -
XYZ 15.27 12.66 60.03 -
YUV 80.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 3 95 206 0.99 0.54 0 0.19 212.81 0.97 0.41
Hex 3 5F CE 63 36 0 13 D5 61 29
Octal 3 137 316 143 66 0 23 325 141 51
Binary 11 1011111 11001110 1100011 110110 0 10011 11010101 1100001 101001

Color Harmonies of #035FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FCE

Black with #035FCE

Text Example


Text Example

White with #035FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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