Html Css Color HEX #036CCF Navy Blue

📋 copy color: '#036CCF'

red 3 ◦ green 108 ◦ blue 207

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

Shades of Navy Blue #036CCF

Tints of Navy Blue #036CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

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

R = 0.94%
G = 33.96%
B = 65.09%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#036CCF (or 0x036CCF) is known color: Navy Blue. HEX triplet: 03, 6C and CF. RGB value is (3,108,207). Sum of RGB (Red+Green+Blue) = 3+108+207=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #036CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CCF is #FC9330. Grayscale: #575757. Windows color (decimal): -16552753 or 13593603. OLE color: 13593603.

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

Color convert

RGB 3 108 207 -
CMYK 0.99 0.48 0 0.19
HSL 209.12º 0.97% 0.41% -
HSV(B) 209.12º 0.99% 0.81% -
XYZ 16.66 15.25 61.1 -
YUV 87.89 195.21 67.45 -
System Red Green Blue C M Y K H S L
Decimal 3 108 207 0.99 0.48 0 0.19 209.12 0.97 0.41
Hex 3 6C CF 63 30 0 13 D1 61 29
Octal 3 154 317 143 60 0 23 321 141 51
Binary 11 1101100 11001111 1100011 110000 0 10011 11010001 1100001 101001

Color Harmonies of #036CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CCF

Black with #036CCF

Text Example


Text Example

White with #036CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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