Html Css Color HEX #000AEF Blue

📋 copy color: '#000AEF'

red 0 ◦ green 10 ◦ blue 239

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

Shades of Blue #000AEF

Tints of Blue #000AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.02%

 BLUE value IS 239 (93.75% from 255) = 95.98%

R = 0%
G = 4.02%
B = 95.98%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#000AEF (or 0x000AEF) is known color: Blue. HEX triplet: 00, 0A and EF. RGB value is (0,10,239). Sum of RGB (Red+Green+Blue) = 0+10+239=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 239 (93.75% from 255 or 95.98% from 249); Max value from RGB is 239 - color contains mainly: blue. Hex color #000AEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AEF is #FFF510. Grayscale: #202020. Windows color (decimal): -16774417 or 15665664. OLE color: 15665664.

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

Color convert

RGB 0 10 239 -
CMYK 1 0.96 0 0.06
HSL 237.49º 1% 0.47% -
HSV(B) 237.49º 1% 0.94% -
XYZ 15.69 6.45 82.08 -
YUV 33.12 244.19 104.38 -
System Red Green Blue C M Y K H S L
Decimal 0 10 239 1 0.96 0 0.06 237.49 1 0.47
Hex 0 A EF 64 60 0 6 ED 64 2F
Octal 0 12 357 144 140 0 6 355 144 57
Binary 0 1010 11101111 1100100 1100000 0 110 11101101 1100100 101111

Color Harmonies of #000AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000AEF

Black with #000AEF

Text Example


Text Example

White with #000AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,10,239); }

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

background-color css

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

 a { background-color: rgb(0,10,239); }

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

border-color css

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

 span { border-color: rgb(0,10,239); }

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