Html Css Color HEX #006BE8 Navy Blue

📋 copy color: '#006BE8'

red 0 ◦ green 107 ◦ blue 232

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

Shades of Navy Blue #006BE8

Tints of Navy Blue #006BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 68.44%

R = 0%
G = 31.56%
B = 68.44%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#006BE8 (or 0x006BE8) is known color: Navy Blue. HEX triplet: 00, 6B and E8. RGB value is (0,107,232). Sum of RGB (Red+Green+Blue) = 0+107+232=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 232 (91.02% from 255 or 68.44% from 339); Max value from RGB is 232 - color contains mainly: blue. Hex color #006BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006BE8 is #FF9417. Grayscale: #585858. Windows color (decimal): -16749592 or 15231744. OLE color: 15231744.

HSL color Cylindrical-coordinate representation of color #006BE8: hue angle of 212.33º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BE8 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 107 232 -
CMYK 1 0.54 0 0.09
HSL 212.33º 1% 0.45% -
HSV(B) 212.33º 1% 0.91% -
XYZ 19.82 16.34 78.45 -
YUV 89.26 208.55 64.34 -
System Red Green Blue C M Y K H S L
Decimal 0 107 232 1 0.54 0 0.09 212.33 1 0.45
Hex 0 6B E8 64 36 0 9 D4 64 2D
Octal 0 153 350 144 66 0 11 324 144 55
Binary 0 1101011 11101000 1100100 110110 0 1001 11010100 1100100 101101

Color Harmonies of #006BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BE8

Black with #006BE8

Text Example


Text Example

White with #006BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,107,232); }

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

background-color css

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

 a { background-color: rgb(0,107,232); }

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

border-color css

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

 span { border-color: rgb(0,107,232); }

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