Html Css Color HEX #035CCF Navy Blue

📋 copy color: '#035CCF'

red 3 ◦ green 92 ◦ blue 207

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

Shades of Navy Blue #035CCF

Tints of Navy Blue #035CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.54%

R = 0.99%
G = 30.46%
B = 68.54%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#035CCF (or 0x035CCF) is known color: Navy Blue. HEX triplet: 03, 5C and CF. RGB value is (3,92,207). Sum of RGB (Red+Green+Blue) = 3+92+207=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #035CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CCF is #FCA330. Grayscale: #4D4D4D. Windows color (decimal): -16556849 or 13589507. OLE color: 13589507.

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

Color convert

RGB 3 92 207 -
CMYK 0.99 0.56 0 0.19
HSL 213.82º 0.97% 0.41% -
HSV(B) 213.82º 0.99% 0.81% -
XYZ 15.13 12.18 60.58 -
YUV 78.5 200.51 74.15 -
System Red Green Blue C M Y K H S L
Decimal 3 92 207 0.99 0.56 0 0.19 213.82 0.97 0.41
Hex 3 5C CF 63 38 0 13 D6 61 29
Octal 3 134 317 143 70 0 23 326 141 51
Binary 11 1011100 11001111 1100011 111000 0 10011 11010110 1100001 101001

Color Harmonies of #035CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CCF

Black with #035CCF

Text Example


Text Example

White with #035CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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