Html Css Color HEX #036BDD Navy Blue

📋 copy color: '#036BDD'

red 3 ◦ green 107 ◦ blue 221

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

Shades of Navy Blue #036BDD

Tints of Navy Blue #036BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 0.91%
G = 32.33%
B = 66.77%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#036BDD (or 0x036BDD) is known color: Navy Blue. HEX triplet: 03, 6B and DD. RGB value is (3,107,221). Sum of RGB (Red+Green+Blue) = 3+107+221=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #036BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BDD is #FC9422. Grayscale: #585858. Windows color (decimal): -16552995 or 14510851. OLE color: 14510851.

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

Color convert

RGB 3 107 221 -
CMYK 0.99 0.52 0 0.13
HSL 211.38º 0.97% 0.44% -
HSV(B) 211.38º 0.99% 0.87% -
XYZ 18.35 15.76 70.48 -
YUV 88.9 202.54 66.73 -
System Red Green Blue C M Y K H S L
Decimal 3 107 221 0.99 0.52 0 0.13 211.38 0.97 0.44
Hex 3 6B DD 63 34 0 D D3 61 2C
Octal 3 153 335 143 64 0 15 323 141 54
Binary 11 1101011 11011101 1100011 110100 0 1101 11010011 1100001 101100

Color Harmonies of #036BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BDD

Black with #036BDD

Text Example


Text Example

White with #036BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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