Html Css Color HEX #036CF7 Navy Blue

📋 copy color: '#036CF7'

red 3 ◦ green 108 ◦ blue 247

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

Shades of Navy Blue #036CF7

Tints of Navy Blue #036CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.99%

R = 0.84%
G = 30.17%
B = 68.99%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#036CF7 (or 0x036CF7) is known color: Navy Blue. HEX triplet: 03, 6C and F7. RGB value is (3,108,247). Sum of RGB (Red+Green+Blue) = 3+108+247=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #036CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CF7 is #FC9308. Grayscale: #5B5B5B. Windows color (decimal): -16552713 or 16215043. OLE color: 16215043.

HSL color Cylindrical-coordinate representation of color #036CF7: hue angle of 214.18º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CF7 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 3 108 247 -
CMYK 0.99 0.56 0 0.03
HSL 214.18º 0.98% 0.49% -
HSV(B) 214.18º 0.99% 0.97% -
XYZ 22.19 17.46 90.2 -
YUV 92.45 215.21 64.2 -
System Red Green Blue C M Y K H S L
Decimal 3 108 247 0.99 0.56 0 0.03 214.18 0.98 0.49
Hex 3 6C F7 63 38 0 3 D6 62 31
Octal 3 154 367 143 70 0 3 326 142 61
Binary 11 1101100 11110111 1100011 111000 0 11 11010110 1100010 110001

Color Harmonies of #036CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CF7

Black with #036CF7

Text Example


Text Example

White with #036CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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