Html Css Color HEX #0C02CF Medium Blue

📋 copy color: '#0C02CF'

red 12 ◦ green 2 ◦ blue 207

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

Shades of Medium Blue #0C02CF

Tints of Medium Blue #0C02CF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 207 (81.25% from 255) = 93.67%

R = 5.43%
G = 0.9%
B = 93.67%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0C02CF (or 0x0C02CF) is known color: Medium Blue. HEX triplet: 0C, 02 and CF. RGB value is (12,2,207). Sum of RGB (Red+Green+Blue) = 12+2+207=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 207 (81.25% from 255 or 93.67% from 221); Max value from RGB is 207 - color contains mainly: blue. Hex color #0C02CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C02CF is #F3FD30. Grayscale: #1B1B1B. Windows color (decimal): -15990065 or 13566476. OLE color: 13566476.

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

Color convert

RGB 12 2 207 -
CMYK 0.94 0.99 0 0.19
HSL 242.93º 0.98% 0.41% -
HSV(B) 242.93º 0.99% 0.81% -
XYZ 11.44 4.63 59.32 -
YUV 28.36 228.81 116.33 -
System Red Green Blue C M Y K H S L
Decimal 12 2 207 0.94 0.99 0 0.19 242.93 0.98 0.41
Hex C 2 CF 5E 63 0 13 F3 62 29
Octal 14 2 317 136 143 0 23 363 142 51
Binary 1100 10 11001111 1011110 1100011 0 10011 11110011 1100010 101001

Color Harmonies of #0C02CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C02CF

Black with #0C02CF

Text Example


Text Example

White with #0C02CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,2,207); }

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

background-color css

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

 a { background-color: rgb(12,2,207); }

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

border-color css

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

 span { border-color: rgb(12,2,207); }

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