Html Css Color HEX #0A2CC6 Persian Blue

📋 copy color: '#0A2CC6'

red 10 ◦ green 44 ◦ blue 198

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

Shades of Persian Blue #0A2CC6

Tints of Persian Blue #0A2CC6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.46%

 BLUE value IS 198 (77.73% from 255) = 78.57%

R = 3.97%
G = 17.46%
B = 78.57%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0A2CC6 (or 0x0A2CC6) is known color: Persian Blue. HEX triplet: 0A, 2C and C6. RGB value is (10,44,198). Sum of RGB (Red+Green+Blue) = 10+44+198=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 198 (77.73% from 255 or 78.57% from 252); Max value from RGB is 198 - color contains mainly: blue. Hex color #0A2CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2CC6 is #F5D339. Grayscale: #323232. Windows color (decimal): -16110394 or 12987402. OLE color: 12987402.

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

Color convert

RGB 10 44 198 -
CMYK 0.95 0.78 0 0.22
HSL 229.15º 0.9% 0.41% -
HSV(B) 229.15º 0.95% 0.78% -
XYZ 11.22 5.94 53.98 -
YUV 51.39 210.74 98.48 -
System Red Green Blue C M Y K H S L
Decimal 10 44 198 0.95 0.78 0 0.22 229.15 0.9 0.41
Hex A 2C C6 5F 4E 0 16 E5 5A 29
Octal 12 54 306 137 116 0 26 345 132 51
Binary 1010 101100 11000110 1011111 1001110 0 10110 11100101 1011010 101001

Color Harmonies of #0A2CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2CC6

Black with #0A2CC6

Text Example


Text Example

White with #0A2CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,44,198); }

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

background-color css

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

 a { background-color: rgb(10,44,198); }

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

border-color css

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

 span { border-color: rgb(10,44,198); }

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