Html Css Color HEX #006CCA Navy Blue

📋 copy color: '#006CCA'

red 0 ◦ green 108 ◦ blue 202

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

Shades of Navy Blue #006CCA

Tints of Navy Blue #006CCA

RGB

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

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

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

R = 0%
G = 34.84%
B = 65.16%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#006CCA (or 0x006CCA) is known color: Navy Blue. HEX triplet: 00, 6C and CA. RGB value is (0,108,202). Sum of RGB (Red+Green+Blue) = 0+108+202=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #006CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CCA is #FF9335. Grayscale: #555555. Windows color (decimal): -16749366 or 13265920. OLE color: 13265920.

HSL color Cylindrical-coordinate representation of color #006CCA: hue angle of 207.92º 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 #006CCA is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 108 202 -
CMYK 1 0.47 0 0.21
HSL 207.92º 1% 0.4% -
HSV(B) 207.92º 1% 0.79% -
XYZ 16.02 14.99 57.93 -
YUV 86.42 193.22 66.36 -
System Red Green Blue C M Y K H S L
Decimal 0 108 202 1 0.47 0 0.21 207.92 1 0.4
Hex 0 6C CA 64 2F 0 15 D0 64 28
Octal 0 154 312 144 57 0 25 320 144 50
Binary 0 1101100 11001010 1100100 101111 0 10101 11010000 1100100 101000

Color Harmonies of #006CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CCA

Black with #006CCA

Text Example


Text Example

White with #006CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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