Html Css Color HEX #0C7AD0 Navy Blue

📋 copy color: '#0C7AD0'

red 12 ◦ green 122 ◦ blue 208

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

Shades of Navy Blue #0C7AD0

Tints of Navy Blue #0C7AD0

RGB

 RED value IS 12 (5.08% from 255) = 3.51%

 GREEN value IS 122 (48.05% from 255) = 35.67%

 BLUE value IS 208 (81.64% from 255) = 60.82%

R = 3.51%
G = 35.67%
B = 60.82%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0C7AD0 (or 0x0C7AD0) is known color: Navy Blue. HEX triplet: 0C, 7A and D0. RGB value is (12,122,208). Sum of RGB (Red+Green+Blue) = 12+122+208=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #0C7AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7AD0 is #F3852F. Grayscale: #626262. Windows color (decimal): -15959344 or 13662732. OLE color: 13662732.

HSL color Cylindrical-coordinate representation of color #0C7AD0: hue angle of 206.33º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7AD0 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 122 208 -
CMYK 0.94 0.41 0 0.18
HSL 206.33º 0.89% 0.43% -
HSV(B) 206.33º 0.94% 0.82% -
XYZ 18.5 18.55 62.28 -
YUV 98.91 189.56 66.01 -
System Red Green Blue C M Y K H S L
Decimal 12 122 208 0.94 0.41 0 0.18 206.33 0.89 0.43
Hex C 7A D0 5E 29 0 12 CE 59 2B
Octal 14 172 320 136 51 0 22 316 131 53
Binary 1100 1111010 11010000 1011110 101001 0 10010 11001110 1011001 101011

Color Harmonies of #0C7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7AD0

Black with #0C7AD0

Text Example


Text Example

White with #0C7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C7AD0; }

 p { color: rgb(12,122,208); }

 H1.HeaderClassName
 {
   color: #0C7AD0;
 }
 .AnyTagClassName
 {
   color: #0C7AD0;
 }
</style>

background-color css

<style>
 a { background-color: #0C7AD0; }

 a { background-color: rgb(12,122,208); }

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

border-color css

<style>
 span { border-color: #0C7AD0; }

 span { border-color: rgb(12,122,208); }

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