Html Css Color HEX #036BCB Navy Blue

📋 copy color: '#036BCB'

red 3 ◦ green 107 ◦ blue 203

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

Shades of Navy Blue #036BCB

Tints of Navy Blue #036BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

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

R = 0.96%
G = 34.19%
B = 64.86%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#036BCB (or 0x036BCB) is known color: Navy Blue. HEX triplet: 03, 6B and CB. RGB value is (3,107,203). Sum of RGB (Red+Green+Blue) = 3+107+203=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #036BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BCB is #FC9434. Grayscale: #565656. Windows color (decimal): -16553013 or 13331203. OLE color: 13331203.

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

Color convert

RGB 3 107 203 -
CMYK 0.99 0.47 0 0.20
HSL 208.8º 0.97% 0.4% -
HSV(B) 208.8º 0.99% 0.8% -
XYZ 16.07 14.85 58.52 -
YUV 86.85 193.54 68.19 -
System Red Green Blue C M Y K H S L
Decimal 3 107 203 0.99 0.47 0 0.20 208.8 0.97 0.4
Hex 3 6B CB 63 2F 0 14 D1 61 28
Octal 3 153 313 143 57 0 24 321 141 50
Binary 11 1101011 11001011 1100011 101111 0 10100 11010001 1100001 101000

Color Harmonies of #036BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BCB

Black with #036BCB

Text Example


Text Example

White with #036BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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