Html Css Color HEX #036CBF Navy Blue

📋 copy color: '#036CBF'

red 3 ◦ green 108 ◦ blue 191

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

Shades of Navy Blue #036CBF

Tints of Navy Blue #036CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.25%

R = 0.99%
G = 35.76%
B = 63.25%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#036CBF (or 0x036CBF) is known color: Navy Blue. HEX triplet: 03, 6C and BF. RGB value is (3,108,191). Sum of RGB (Red+Green+Blue) = 3+108+191=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #036CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CBF is #FC9340. Grayscale: #555555. Windows color (decimal): -16552769 or 12545027. OLE color: 12545027.

HSL color Cylindrical-coordinate representation of color #036CBF: hue angle of 206.49º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036CBF is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 108 191 -
CMYK 0.98 0.43 0 0.25
HSL 206.49º 0.97% 0.38% -
HSV(B) 206.49º 0.98% 0.75% -
XYZ 14.8 14.51 51.31 -
YUV 86.07 187.21 68.75 -
System Red Green Blue C M Y K H S L
Decimal 3 108 191 0.98 0.43 0 0.25 206.49 0.97 0.38
Hex 3 6C BF 62 2B 0 19 CE 61 26
Octal 3 154 277 142 53 0 31 316 141 46
Binary 11 1101100 10111111 1100010 101011 0 11001 11001110 1100001 100110

Color Harmonies of #036CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CBF

Black with #036CBF

Text Example


Text Example

White with #036CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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