Html Css Color HEX #0A2BBC Persian Blue

📋 copy color: '#0A2BBC'

red 10 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #0A2BBC

Tints of Persian Blue #0A2BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.84%

 BLUE value IS 188 (73.83% from 255) = 78.01%

R = 4.15%
G = 17.84%
B = 78.01%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A2BBC (or 0x0A2BBC) is known color: Persian Blue. HEX triplet: 0A, 2B and BC. RGB value is (10,43,188). Sum of RGB (Red+Green+Blue) = 10+43+188=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A2BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2BBC is #F5D443. Grayscale: #313131. Windows color (decimal): -16110660 or 12331786. OLE color: 12331786.

HSL color Cylindrical-coordinate representation of color #0A2BBC: hue angle of 228.88º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2BBC is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 43 188 -
CMYK 0.95 0.77 0 0.26
HSL 228.88º 0.9% 0.39% -
HSV(B) 228.88º 0.95% 0.74% -
XYZ 10.07 5.42 48.09 -
YUV 49.66 206.07 99.71 -
System Red Green Blue C M Y K H S L
Decimal 10 43 188 0.95 0.77 0 0.26 228.88 0.9 0.39
Hex A 2B BC 5F 4D 0 1A E5 5A 27
Octal 12 53 274 137 115 0 32 345 132 47
Binary 1010 101011 10111100 1011111 1001101 0 11010 11100101 1011010 100111

Color Harmonies of #0A2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2BBC

Black with #0A2BBC

Text Example


Text Example

White with #0A2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,43,188); }

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

background-color css

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

 a { background-color: rgb(10,43,188); }

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

border-color css

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

 span { border-color: rgb(10,43,188); }

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