Html Css Color HEX #035CBE Navy Blue

📋 copy color: '#035CBE'

red 3 ◦ green 92 ◦ blue 190

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

Shades of Navy Blue #035CBE

Tints of Navy Blue #035CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 1.05%
G = 32.28%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#035CBE (or 0x035CBE) is known color: Navy Blue. HEX triplet: 03, 5C and BE. RGB value is (3,92,190). Sum of RGB (Red+Green+Blue) = 3+92+190=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #035CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CBE is #FCA341. Grayscale: #4C4C4C. Windows color (decimal): -16556866 or 12475395. OLE color: 12475395.

HSL color Cylindrical-coordinate representation of color #035CBE: hue angle of 211.44º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035CBE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 92 190 -
CMYK 0.98 0.52 0 0.25
HSL 211.44º 0.97% 0.38% -
HSV(B) 211.44º 0.98% 0.75% -
XYZ 13.16 11.39 50.22 -
YUV 76.56 192.01 75.53 -
System Red Green Blue C M Y K H S L
Decimal 3 92 190 0.98 0.52 0 0.25 211.44 0.97 0.38
Hex 3 5C BE 62 34 0 19 D3 61 26
Octal 3 134 276 142 64 0 31 323 141 46
Binary 11 1011100 10111110 1100010 110100 0 11001 11010011 1100001 100110

Color Harmonies of #035CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CBE

Black with #035CBE

Text Example


Text Example

White with #035CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,92,190); }

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

background-color css

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

 a { background-color: rgb(3,92,190); }

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

border-color css

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

 span { border-color: rgb(3,92,190); }

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