Html Css Color HEX #036DDF Navy Blue

📋 copy color: '#036DDF'

red 3 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #036DDF

Tints of Navy Blue #036DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 223 (87.5% from 255) = 66.57%

R = 0.9%
G = 32.54%
B = 66.57%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#036DDF (or 0x036DDF) is known color: Navy Blue. HEX triplet: 03, 6D and DF. RGB value is (3,109,223). Sum of RGB (Red+Green+Blue) = 3+109+223=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #036DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DDF is #FC9220. Grayscale: #595959. Windows color (decimal): -16552481 or 14642435. OLE color: 14642435.

HSL color Cylindrical-coordinate representation of color #036DDF: hue angle of 211.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DDF is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 109 223 -
CMYK 0.99 0.51 0 0.13
HSL 211.09º 0.97% 0.44% -
HSV(B) 211.09º 0.99% 0.87% -
XYZ 18.83 16.28 71.96 -
YUV 90.3 202.88 65.73 -
System Red Green Blue C M Y K H S L
Decimal 3 109 223 0.99 0.51 0 0.13 211.09 0.97 0.44
Hex 3 6D DF 63 33 0 D D3 61 2C
Octal 3 155 337 143 63 0 15 323 141 54
Binary 11 1101101 11011111 1100011 110011 0 1101 11010011 1100001 101100

Color Harmonies of #036DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DDF

Black with #036DDF

Text Example


Text Example

White with #036DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,109,223); }

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

background-color css

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

 a { background-color: rgb(3,109,223); }

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

border-color css

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

 span { border-color: rgb(3,109,223); }

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