Html Css Color HEX #035CCB Navy Blue

📋 copy color: '#035CCB'

red 3 ◦ green 92 ◦ blue 203

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

Shades of Navy Blue #035CCB

Tints of Navy Blue #035CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.12%

R = 1.01%
G = 30.87%
B = 68.12%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#035CCB (or 0x035CCB) is known color: Navy Blue. HEX triplet: 03, 5C and CB. RGB value is (3,92,203). Sum of RGB (Red+Green+Blue) = 3+92+203=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #035CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CCB is #FCA334. Grayscale: #4D4D4D. Windows color (decimal): -16556853 or 13327363. OLE color: 13327363.

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

Color convert

RGB 3 92 203 -
CMYK 0.99 0.55 0 0.20
HSL 213.3º 0.97% 0.4% -
HSV(B) 213.3º 0.99% 0.8% -
XYZ 14.64 11.99 58.04 -
YUV 78.04 198.51 74.47 -
System Red Green Blue C M Y K H S L
Decimal 3 92 203 0.99 0.55 0 0.20 213.3 0.97 0.4
Hex 3 5C CB 63 37 0 14 D5 61 28
Octal 3 134 313 143 67 0 24 325 141 50
Binary 11 1011100 11001011 1100011 110111 0 10100 11010101 1100001 101000

Color Harmonies of #035CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CCB

Black with #035CCB

Text Example


Text Example

White with #035CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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