Html Css Color HEX #0A1BEF Blue

📋 copy color: '#0A1BEF'

red 10 ◦ green 27 ◦ blue 239

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

Shades of Blue #0A1BEF

Tints of Blue #0A1BEF

RGB

 RED value IS 10 (4.3% from 255) = 3.62%

 GREEN value IS 27 (10.94% from 255) = 9.78%

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

R = 3.62%
G = 9.78%
B = 86.59%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0A1BEF (or 0x0A1BEF) is known color: Blue. HEX triplet: 0A, 1B and EF. RGB value is (10,27,239). Sum of RGB (Red+Green+Blue) = 10+27+239=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 239 (93.75% from 255 or 86.59% from 276); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A1BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A1BEF is #F5E410. Grayscale: #2D2D2D. Windows color (decimal): -16114705 or 15670026. OLE color: 15670026.

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

Color convert

RGB 10 27 239 -
CMYK 0.96 0.89 0 0.06
HSL 235.55º 0.92% 0.49% -
HSV(B) 235.55º 0.96% 0.94% -
XYZ 16.1 7.08 82.18 -
YUV 46.09 236.87 102.26 -
System Red Green Blue C M Y K H S L
Decimal 10 27 239 0.96 0.89 0 0.06 235.55 0.92 0.49
Hex A 1B EF 60 59 0 6 EC 5C 31
Octal 12 33 357 140 131 0 6 354 134 61
Binary 1010 11011 11101111 1100000 1011001 0 110 11101100 1011100 110001

Color Harmonies of #0A1BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1BEF

Black with #0A1BEF

Text Example


Text Example

White with #0A1BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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