Html Css Color HEX #0A33BA Persian Blue

📋 copy color: '#0A33BA'

red 10 ◦ green 51 ◦ blue 186

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

Shades of Persian Blue #0A33BA

Tints of Persian Blue #0A33BA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 186 (73.05% from 255) = 75.3%

R = 4.05%
G = 20.65%
B = 75.3%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A33BA (or 0x0A33BA) is known color: Persian Blue. HEX triplet: 0A, 33 and BA. RGB value is (10,51,186). Sum of RGB (Red+Green+Blue) = 10+51+186=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A33BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A33BA is #F5CC45. Grayscale: #353535. Windows color (decimal): -16108614 or 12202762. OLE color: 12202762.

HSL color Cylindrical-coordinate representation of color #0A33BA: hue angle of 226.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A33BA is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 51 186 -
CMYK 0.95 0.73 0 0.27
HSL 226.02º 0.9% 0.38% -
HSV(B) 226.02º 0.95% 0.73% -
XYZ 10.17 5.98 47.07 -
YUV 54.13 202.42 96.52 -
System Red Green Blue C M Y K H S L
Decimal 10 51 186 0.95 0.73 0 0.27 226.02 0.9 0.38
Hex A 33 BA 5F 49 0 1B E2 5A 26
Octal 12 63 272 137 111 0 33 342 132 46
Binary 1010 110011 10111010 1011111 1001001 0 11011 11100010 1011010 100110

Color Harmonies of #0A33BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A33BA

Black with #0A33BA

Text Example


Text Example

White with #0A33BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,51,186); }

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

background-color css

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

 a { background-color: rgb(10,51,186); }

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

border-color css

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

 span { border-color: rgb(10,51,186); }

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