Html Css Color HEX #006BEE Navy Blue

📋 copy color: '#006BEE'

red 0 ◦ green 107 ◦ blue 238

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

Shades of Navy Blue #006BEE

Tints of Navy Blue #006BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.99%

R = 0%
G = 31.01%
B = 68.99%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#006BEE (or 0x006BEE) is known color: Navy Blue. HEX triplet: 00, 6B and EE. RGB value is (0,107,238). Sum of RGB (Red+Green+Blue) = 0+107+238=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #006BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006BEE is #FF9411. Grayscale: #595959. Windows color (decimal): -16749586 or 15624960. OLE color: 15624960.

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

Color convert

RGB 0 107 238 -
CMYK 1 0.55 0 0.07
HSL 213.03º 1% 0.47% -
HSV(B) 213.03º 1% 0.93% -
XYZ 20.69 16.69 83.02 -
YUV 89.94 211.55 63.85 -
System Red Green Blue C M Y K H S L
Decimal 0 107 238 1 0.55 0 0.07 213.03 1 0.47
Hex 0 6B EE 64 37 0 7 D5 64 2F
Octal 0 153 356 144 67 0 7 325 144 57
Binary 0 1101011 11101110 1100100 110111 0 111 11010101 1100100 101111

Color Harmonies of #006BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BEE

Black with #006BEE

Text Example


Text Example

White with #006BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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