Html Css Color HEX #0C1ACE Medium Blue

📋 copy color: '#0C1ACE'

red 12 ◦ green 26 ◦ blue 206

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

Shades of Medium Blue #0C1ACE

Tints of Medium Blue #0C1ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.66%

 BLUE value IS 206 (80.86% from 255) = 84.43%

R = 4.92%
G = 10.66%
B = 84.43%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0C1ACE (or 0x0C1ACE) is known color: Medium Blue. HEX triplet: 0C, 1A and CE. RGB value is (12,26,206). Sum of RGB (Red+Green+Blue) = 12+26+206=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 206 (80.86% from 255 or 84.43% from 244); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C1ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1ACE is #F3E531. Grayscale: #292929. Windows color (decimal): -15983922 or 13507084. OLE color: 13507084.

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

Color convert

RGB 12 26 206 -
CMYK 0.94 0.87 0 0.19
HSL 235.67º 0.89% 0.43% -
HSV(B) 235.67º 0.94% 0.81% -
XYZ 11.66 5.27 58.8 -
YUV 42.33 220.36 106.36 -
System Red Green Blue C M Y K H S L
Decimal 12 26 206 0.94 0.87 0 0.19 235.67 0.89 0.43
Hex C 1A CE 5E 57 0 13 EC 59 2B
Octal 14 32 316 136 127 0 23 354 131 53
Binary 1100 11010 11001110 1011110 1010111 0 10011 11101100 1011001 101011

Color Harmonies of #0C1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1ACE

Black with #0C1ACE

Text Example


Text Example

White with #0C1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,26,206); }

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

background-color css

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

 a { background-color: rgb(12,26,206); }

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

border-color css

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

 span { border-color: rgb(12,26,206); }

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