Html Css Color HEX #000CE6 Blue

📋 copy color: '#000CE6'

red 0 ◦ green 12 ◦ blue 230

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

Shades of Blue #000CE6

Tints of Blue #000CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.96%

 BLUE value IS 230 (90.23% from 255) = 95.04%

R = 0%
G = 4.96%
B = 95.04%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#000CE6 (or 0x000CE6) is known color: Blue. HEX triplet: 00, 0C and E6. RGB value is (0,12,230). Sum of RGB (Red+Green+Blue) = 0+12+230=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 230 (90.23% from 255 or 95.04% from 242); Max value from RGB is 230 - color contains mainly: blue. Hex color #000CE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CE6 is #FFF319. Grayscale: #202020. Windows color (decimal): -16773914 or 15076352. OLE color: 15076352.

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

Color convert

RGB 0 12 230 -
CMYK 1 0.95 0 0.10
HSL 236.87º 1% 0.45% -
HSV(B) 236.87º 1% 0.9% -
XYZ 14.41 5.98 75.26 -
YUV 33.26 239.02 104.27 -
System Red Green Blue C M Y K H S L
Decimal 0 12 230 1 0.95 0 0.10 236.87 1 0.45
Hex 0 C E6 64 5F 0 A ED 64 2D
Octal 0 14 346 144 137 0 12 355 144 55
Binary 0 1100 11100110 1100100 1011111 0 1010 11101101 1100100 101101

Color Harmonies of #000CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000CE6

Black with #000CE6

Text Example


Text Example

White with #000CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #000CE6;
 }
 .AnyTagClassName
 {
   color: #000CE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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