Html Css Color HEX #006DF2 Navy Blue

📋 copy color: '#006DF2'

red 0 ◦ green 109 ◦ blue 242

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

Shades of Navy Blue #006DF2

Tints of Navy Blue #006DF2

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 242 (94.92% from 255) = 68.95%

R = 0%
G = 31.05%
B = 68.95%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#006DF2 (or 0x006DF2) is known color: Navy Blue. HEX triplet: 00, 6D and F2. RGB value is (0,109,242). Sum of RGB (Red+Green+Blue) = 0+109+242=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 242 (94.92% from 255 or 68.95% from 351); Max value from RGB is 242 - color contains mainly: blue. Hex color #006DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DF2 is #FF920D. Grayscale: #5A5A5A. Windows color (decimal): -16749070 or 15887616. OLE color: 15887616.

HSL color Cylindrical-coordinate representation of color #006DF2: hue angle of 212.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DF2 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 109 242 -
CMYK 1 0.55 0 0.05
HSL 212.98º 1% 0.47% -
HSV(B) 212.98º 1% 0.95% -
XYZ 21.5 17.35 86.22 -
YUV 91.57 212.89 62.69 -
System Red Green Blue C M Y K H S L
Decimal 0 109 242 1 0.55 0 0.05 212.98 1 0.47
Hex 0 6D F2 64 37 0 5 D5 64 2F
Octal 0 155 362 144 67 0 5 325 144 57
Binary 0 1101101 11110010 1100100 110111 0 101 11010101 1100100 101111

Color Harmonies of #006DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DF2

Black with #006DF2

Text Example


Text Example

White with #006DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006DF2; }

 p { color: rgb(0,109,242); }

 H1.HeaderClassName
 {
   color: #006DF2;
 }
 .AnyTagClassName
 {
   color: #006DF2;
 }
</style>

background-color css

<style>
 a { background-color: #006DF2; }

 a { background-color: rgb(0,109,242); }

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

border-color css

<style>
 span { border-color: #006DF2; }

 span { border-color: rgb(0,109,242); }

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