Html Css Color HEX #035BCD Navy Blue

📋 copy color: '#035BCD'

red 3 ◦ green 91 ◦ blue 205

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

Shades of Navy Blue #035BCD

Tints of Navy Blue #035BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.43%

 BLUE value IS 205 (80.47% from 255) = 68.56%

R = 1%
G = 30.43%
B = 68.56%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#035BCD (or 0x035BCD) is known color: Navy Blue. HEX triplet: 03, 5B and CD. RGB value is (3,91,205). Sum of RGB (Red+Green+Blue) = 3+91+205=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #035BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BCD is #FCA432. Grayscale: #4D4D4D. Windows color (decimal): -16557107 or 13458179. OLE color: 13458179.

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

Color convert

RGB 3 91 205 -
CMYK 0.99 0.56 0 0.20
HSL 213.86º 0.97% 0.41% -
HSV(B) 213.86º 0.99% 0.8% -
XYZ 14.8 11.91 59.28 -
YUV 77.68 199.85 74.73 -
System Red Green Blue C M Y K H S L
Decimal 3 91 205 0.99 0.56 0 0.20 213.86 0.97 0.41
Hex 3 5B CD 63 38 0 14 D6 61 29
Octal 3 133 315 143 70 0 24 326 141 51
Binary 11 1011011 11001101 1100011 111000 0 10100 11010110 1100001 101001

Color Harmonies of #035BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BCD

Black with #035BCD

Text Example


Text Example

White with #035BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,91,205); }

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

background-color css

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

 a { background-color: rgb(3,91,205); }

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

border-color css

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

 span { border-color: rgb(3,91,205); }

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