Html Css Color HEX #006CF2 Navy Blue

📋 copy color: '#006CF2'

red 0 ◦ green 108 ◦ blue 242

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

Shades of Navy Blue #006CF2

Tints of Navy Blue #006CF2

RGB

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

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

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

R = 0%
G = 30.86%
B = 69.14%

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

#006CF2 (or 0x006CF2) is known color: Navy Blue. HEX triplet: 00, 6C and F2. RGB value is (0,108,242). Sum of RGB (Red+Green+Blue) = 0+108+242=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 242 (94.92% from 255 or 69.14% from 350); Max value from RGB is 242 - color contains mainly: blue. Hex color #006CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CF2 is #FF930D. Grayscale: #5A5A5A. Windows color (decimal): -16749326 or 15887360. OLE color: 15887360.

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

Color convert

RGB 0 108 242 -
CMYK 1 0.55 0 0.05
HSL 213.22º 1% 0.47% -
HSV(B) 213.22º 1% 0.95% -
XYZ 21.39 17.14 86.18 -
YUV 90.98 213.22 63.1 -
System Red Green Blue C M Y K H S L
Decimal 0 108 242 1 0.55 0 0.05 213.22 1 0.47
Hex 0 6C F2 64 37 0 5 D5 64 2F
Octal 0 154 362 144 67 0 5 325 144 57
Binary 0 1101100 11110010 1100100 110111 0 101 11010101 1100100 101111

Color Harmonies of #006CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CF2

Black with #006CF2

Text Example


Text Example

White with #006CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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