Html Css Color HEX #036BF4 Navy Blue

📋 copy color: '#036BF4'

red 3 ◦ green 107 ◦ blue 244

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

Shades of Navy Blue #036BF4

Tints of Navy Blue #036BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 68.93%

R = 0.85%
G = 30.23%
B = 68.93%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#036BF4 (or 0x036BF4) is known color: Navy Blue. HEX triplet: 03, 6B and F4. RGB value is (3,107,244). Sum of RGB (Red+Green+Blue) = 3+107+244=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 244 (95.70% from 255 or 68.93% from 354); Max value from RGB is 244 - color contains mainly: blue. Hex color #036BF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BF4 is #FC940B. Grayscale: #5A5A5A. Windows color (decimal): -16552972 or 16018179. OLE color: 16018179.

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

Color convert

RGB 3 107 244 -
CMYK 0.99 0.56 0 0.04
HSL 214.11º 0.98% 0.48% -
HSV(B) 214.11º 0.99% 0.96% -
XYZ 21.62 17.07 87.74 -
YUV 91.52 214.04 64.86 -
System Red Green Blue C M Y K H S L
Decimal 3 107 244 0.99 0.56 0 0.04 214.11 0.98 0.48
Hex 3 6B F4 63 38 0 4 D6 62 30
Octal 3 153 364 143 70 0 4 326 142 60
Binary 11 1101011 11110100 1100011 111000 0 100 11010110 1100010 110000

Color Harmonies of #036BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BF4

Black with #036BF4

Text Example


Text Example

White with #036BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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