Html Css Color HEX #006BB8 Navy Blue

📋 copy color: '#006BB8'

red 0 ◦ green 107 ◦ blue 184

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

Shades of Navy Blue #006BB8

Tints of Navy Blue #006BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 63.23%

R = 0%
G = 36.77%
B = 63.23%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#006BB8 (or 0x006BB8) is known color: Navy Blue. HEX triplet: 00, 6B and B8. RGB value is (0,107,184). Sum of RGB (Red+Green+Blue) = 0+107+184=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 184 (72.27% from 255 or 63.23% from 291); Max value from RGB is 184 - color contains mainly: blue. Hex color #006BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BB8 is #FF9447. Grayscale: #535353. Windows color (decimal): -16749640 or 12086016. OLE color: 12086016.

HSL color Cylindrical-coordinate representation of color #006BB8: hue angle of 205.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BB8 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 107 184 -
CMYK 1 0.42 0 0.28
HSL 205.11º 1% 0.36% -
HSV(B) 205.11º 1% 0.72% -
XYZ 13.91 13.98 47.31 -
YUV 83.79 184.55 68.24 -
System Red Green Blue C M Y K H S L
Decimal 0 107 184 1 0.42 0 0.28 205.11 1 0.36
Hex 0 6B B8 64 2A 0 1C CD 64 24
Octal 0 153 270 144 52 0 34 315 144 44
Binary 0 1101011 10111000 1100100 101010 0 11100 11001101 1100100 100100

Color Harmonies of #006BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BB8

Black with #006BB8

Text Example


Text Example

White with #006BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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