Html Css Color HEX #0061CC Navy Blue

📋 copy color: '#0061CC'

red 0 ◦ green 97 ◦ blue 204

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

Shades of Navy Blue #0061CC

Tints of Navy Blue #0061CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 0%
G = 32.23%
B = 67.77%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0061CC (or 0x0061CC) is known color: Navy Blue. HEX triplet: 00, 61 and CC. RGB value is (0,97,204). Sum of RGB (Red+Green+Blue) = 0+97+204=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #0061CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061CC is #FF9E33. Grayscale: #4F4F4F. Windows color (decimal): -16752180 or 13394176. OLE color: 13394176.

HSL color Cylindrical-coordinate representation of color #0061CC: hue angle of 211.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061CC is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 97 204 -
CMYK 1 0.52 0 0.2
HSL 211.47º 1% 0.4% -
HSV(B) 211.47º 1% 0.8% -
XYZ 15.17 12.91 58.82 -
YUV 80.2 197.86 70.8 -
System Red Green Blue C M Y K H S L
Decimal 0 97 204 1 0.52 0 0.2 211.47 1 0.4
Hex 0 61 CC 64 34 0 14 D3 64 28
Octal 0 141 314 144 64 0 24 323 144 50
Binary 0 1100001 11001100 1100100 110100 0 10100 11010011 1100100 101000

Color Harmonies of #0061CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0061CC

Black with #0061CC

Text Example


Text Example

White with #0061CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0061CC; }

 p { color: rgb(0,97,204); }

 H1.HeaderClassName
 {
   color: #0061CC;
 }
 .AnyTagClassName
 {
   color: #0061CC;
 }
</style>

background-color css

<style>
 a { background-color: #0061CC; }

 a { background-color: rgb(0,97,204); }

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

border-color css

<style>
 span { border-color: #0061CC; }

 span { border-color: rgb(0,97,204); }

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