Html Css Color HEX #0B12FA Blue

📋 copy color: '#0B12FA'

red 11 ◦ green 18 ◦ blue 250

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

Shades of Blue #0B12FA

Tints of Blue #0B12FA

RGB

 RED value IS 11 (4.69% from 255) = 3.94%

 GREEN value IS 18 (7.42% from 255) = 6.45%

 BLUE value IS 250 (98.05% from 255) = 89.61%

R = 3.94%
G = 6.45%
B = 89.61%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B12FA (or 0x0B12FA) is known color: Blue. HEX triplet: 0B, 12 and FA. RGB value is (11,18,250). Sum of RGB (Red+Green+Blue) = 11+18+250=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 250 (98.05% from 255 or 89.61% from 279); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B12FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B12FA is #F4ED05. Grayscale: #292929. Windows color (decimal): -16051462 or 16388619. OLE color: 16388619.

HSL color Cylindrical-coordinate representation of color #0B12FA: hue angle of 238.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B12FA is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 18 250 -
CMYK 0.96 0.93 0 0.02
HSL 238.24º 0.96% 0.51% -
HSV(B) 238.24º 0.96% 0.98% -
XYZ 17.61 7.41 90.94 -
YUV 42.36 245.18 105.64 -
System Red Green Blue C M Y K H S L
Decimal 11 18 250 0.96 0.93 0 0.02 238.24 0.96 0.51
Hex B 12 FA 60 5D 0 2 EE 60 33
Octal 13 22 372 140 135 0 2 356 140 63
Binary 1011 10010 11111010 1100000 1011101 0 10 11101110 1100000 110011

Color Harmonies of #0B12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B12FA

Black with #0B12FA

Text Example


Text Example

White with #0B12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,18,250); }

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

background-color css

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

 a { background-color: rgb(11,18,250); }

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

border-color css

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

 span { border-color: rgb(11,18,250); }

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