Html Css Color HEX #036CBB Navy Blue

📋 copy color: '#036CBB'

red 3 ◦ green 108 ◦ blue 187

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

Shades of Navy Blue #036CBB

Tints of Navy Blue #036CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 1.01%
G = 36.24%
B = 62.75%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#036CBB (or 0x036CBB) is known color: Navy Blue. HEX triplet: 03, 6C and BB. RGB value is (3,108,187). Sum of RGB (Red+Green+Blue) = 3+108+187=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #036CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CBB is #FC9344. Grayscale: #555555. Windows color (decimal): -16552773 or 12282883. OLE color: 12282883.

HSL color Cylindrical-coordinate representation of color #036CBB: hue angle of 205.76º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036CBB is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 108 187 -
CMYK 0.98 0.42 0 0.27
HSL 205.76º 0.97% 0.37% -
HSV(B) 205.76º 0.98% 0.73% -
XYZ 14.37 14.33 49.02 -
YUV 85.61 185.21 69.08 -
System Red Green Blue C M Y K H S L
Decimal 3 108 187 0.98 0.42 0 0.27 205.76 0.97 0.37
Hex 3 6C BB 62 2A 0 1B CE 61 25
Octal 3 154 273 142 52 0 33 316 141 45
Binary 11 1101100 10111011 1100010 101010 0 11011 11001110 1100001 100101

Color Harmonies of #036CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CBB

Black with #036CBB

Text Example


Text Example

White with #036CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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