Html Css Color HEX #006CBF Navy Blue

📋 copy color: '#006CBF'

red 0 ◦ green 108 ◦ blue 191

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

Shades of Navy Blue #006CBF

Tints of Navy Blue #006CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.88%

R = 0%
G = 36.12%
B = 63.88%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#006CBF (or 0x006CBF) is known color: Navy Blue. HEX triplet: 00, 6C and BF. RGB value is (0,108,191). Sum of RGB (Red+Green+Blue) = 0+108+191=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #006CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CBF is #FF9340. Grayscale: #545454. Windows color (decimal): -16749377 or 12545024. OLE color: 12545024.

HSL color Cylindrical-coordinate representation of color #006CBF: hue angle of 206.07º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CBF is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 108 191 -
CMYK 1 0.43 0 0.25
HSL 206.07º 1% 0.37% -
HSV(B) 206.07º 1% 0.75% -
XYZ 14.77 14.49 51.31 -
YUV 85.17 187.72 67.25 -
System Red Green Blue C M Y K H S L
Decimal 0 108 191 1 0.43 0 0.25 206.07 1 0.37
Hex 0 6C BF 64 2B 0 19 CE 64 25
Octal 0 154 277 144 53 0 31 316 144 45
Binary 0 1101100 10111111 1100100 101011 0 11001 11001110 1100100 100101

Color Harmonies of #006CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CBF

Black with #006CBF

Text Example


Text Example

White with #006CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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