Html Css Color HEX #006FCA Navy Blue

📋 copy color: '#006FCA'

red 0 ◦ green 111 ◦ blue 202

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

Shades of Navy Blue #006FCA

Tints of Navy Blue #006FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

 BLUE value IS 202 (79.3% from 255) = 64.54%

R = 0%
G = 35.46%
B = 64.54%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#006FCA (or 0x006FCA) is known color: Navy Blue. HEX triplet: 00, 6F and CA. RGB value is (0,111,202). Sum of RGB (Red+Green+Blue) = 0+111+202=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #006FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FCA is #FF9035. Grayscale: #575757. Windows color (decimal): -16748598 or 13266688. OLE color: 13266688.

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

Color convert

RGB 0 111 202 -
CMYK 1 0.45 0 0.21
HSL 207.03º 1% 0.4% -
HSV(B) 207.03º 1% 0.79% -
XYZ 16.35 15.63 58.03 -
YUV 88.19 192.23 65.1 -
System Red Green Blue C M Y K H S L
Decimal 0 111 202 1 0.45 0 0.21 207.03 1 0.4
Hex 0 6F CA 64 2D 0 15 CF 64 28
Octal 0 157 312 144 55 0 25 317 144 50
Binary 0 1101111 11001010 1100100 101101 0 10101 11001111 1100100 101000

Color Harmonies of #006FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FCA

Black with #006FCA

Text Example


Text Example

White with #006FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,111,202); }

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

background-color css

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

 a { background-color: rgb(0,111,202); }

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

border-color css

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

 span { border-color: rgb(0,111,202); }

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