Html Css Color HEX #036CCA Navy Blue

📋 copy color: '#036CCA'

red 3 ◦ green 108 ◦ blue 202

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

Shades of Navy Blue #036CCA

Tints of Navy Blue #036CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.54%

R = 0.96%
G = 34.5%
B = 64.54%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#036CCA (or 0x036CCA) is known color: Navy Blue. HEX triplet: 03, 6C and CA. RGB value is (3,108,202). Sum of RGB (Red+Green+Blue) = 3+108+202=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #036CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CCA is #FC9335. Grayscale: #565656. Windows color (decimal): -16552758 or 13265923. OLE color: 13265923.

HSL color Cylindrical-coordinate representation of color #036CCA: hue angle of 208.34º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CCA is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 108 202 -
CMYK 0.99 0.47 0 0.21
HSL 208.34º 0.97% 0.4% -
HSV(B) 208.34º 0.99% 0.79% -
XYZ 16.06 15.01 57.93 -
YUV 87.32 192.71 67.86 -
System Red Green Blue C M Y K H S L
Decimal 3 108 202 0.99 0.47 0 0.21 208.34 0.97 0.4
Hex 3 6C CA 63 2F 0 15 D0 61 28
Octal 3 154 312 143 57 0 25 320 141 50
Binary 11 1101100 11001010 1100011 101111 0 10101 11010000 1100001 101000

Color Harmonies of #036CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CCA

Black with #036CCA

Text Example


Text Example

White with #036CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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