Html Css Color HEX #006FF2 Navy Blue

📋 copy color: '#006FF2'

red 0 ◦ green 111 ◦ blue 242

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

Shades of Navy Blue #006FF2

Tints of Navy Blue #006FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

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

R = 0%
G = 31.44%
B = 68.56%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#006FF2 (or 0x006FF2) is known color: Navy Blue. HEX triplet: 00, 6F and F2. RGB value is (0,111,242). Sum of RGB (Red+Green+Blue) = 0+111+242=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 242 (94.92% from 255 or 68.56% from 353); Max value from RGB is 242 - color contains mainly: blue. Hex color #006FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FF2 is #FF900D. Grayscale: #5C5C5C. Windows color (decimal): -16748558 or 15888128. OLE color: 15888128.

HSL color Cylindrical-coordinate representation of color #006FF2: hue angle of 212.48º 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 #006FF2 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 111 242 -
CMYK 1 0.54 0 0.05
HSL 212.48º 1% 0.47% -
HSV(B) 212.48º 1% 0.95% -
XYZ 21.71 17.78 86.29 -
YUV 92.75 212.23 61.85 -
System Red Green Blue C M Y K H S L
Decimal 0 111 242 1 0.54 0 0.05 212.48 1 0.47
Hex 0 6F F2 64 36 0 5 D4 64 2F
Octal 0 157 362 144 66 0 5 324 144 57
Binary 0 1101111 11110010 1100100 110110 0 101 11010100 1100100 101111

Color Harmonies of #006FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FF2

Black with #006FF2

Text Example


Text Example

White with #006FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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