#000CFF

Color #000CFF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #000CFF

Tints of Blue #000CFF

Color information

#000CFF (or 0x000CFF) is unknown color: approx Blue. HEX triplet: 00, 0C and FF. RGB value is (0,12,255). Sum of RGB (Red+Green+Blue) = 0+12+255=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 255 (100% from 255 or 95.51% from 267); Max value from RGB is 255 - color contains mainly: blue. Hex color #000CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CFF is #FFF300. Grayscale: #232323. Windows color (decimal): -16773889 or 16714752. OLE color: 16714752.

HSL color Cylindrical-coordinate representation of color #000CFF: hue angle of 237.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CFF is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB012255-
CMYK10.9500
HSL237.18º100%50%-
HSV(B)237.18º100%100%-
XYZ18.187.4895.09-
YUV36.11251.52102.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 4.49%
BLUE value IS 255 (100% from 255) = 95.51%
R=0%
G=4.49%
B=95.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal01225510.9500237.1810050
Hex0CFF645F00ed6432
Octal0143771441370035514462
Binary01100111111111100100101111100111011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000CFF; }

 p { color: rgb(0,12,255); }

 H1.HeaderClassName
 {
   color: #000CFF;
 }
 .AnyTagClassName
 {
   color: #000CFF;
 }
</style>
background-color css

<style>
 a { background-color: #000CFF; }

 a { background-color: rgb(0,12,255); }

 div.DivClassName
 {
   background-color: #000CFF;
 }
 .BgClassName
 {
   background-color: #000CFF;
 }
</style>
border-color css

<style>
 span { border-color: #000CFF; }

 span { border-color: rgb(0,12,255); }

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