Html Css Color HEX #0A3CCE Persian Blue

📋 copy color: '#0A3CCE'

red 10 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #0A3CCE

Tints of Persian Blue #0A3CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

 BLUE value IS 206 (80.86% from 255) = 74.64%

R = 3.62%
G = 21.74%
B = 74.64%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A3CCE (or 0x0A3CCE) is known color: Persian Blue. HEX triplet: 0A, 3C and CE. RGB value is (10,60,206). Sum of RGB (Red+Green+Blue) = 10+60+206=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A3CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3CCE is #F5C331. Grayscale: #3D3D3D. Windows color (decimal): -16106290 or 13515786. OLE color: 13515786.

HSL color Cylindrical-coordinate representation of color #0A3CCE: hue angle of 224.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3CCE is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 60 206 -
CMYK 0.95 0.71 0 0.19
HSL 224.69º 0.91% 0.42% -
HSV(B) 224.69º 0.95% 0.81% -
XYZ 12.88 7.75 59.21 -
YUV 61.69 209.44 91.13 -
System Red Green Blue C M Y K H S L
Decimal 10 60 206 0.95 0.71 0 0.19 224.69 0.91 0.42
Hex A 3C CE 5F 47 0 13 E1 5B 2A
Octal 12 74 316 137 107 0 23 341 133 52
Binary 1010 111100 11001110 1011111 1000111 0 10011 11100001 1011011 101010

Color Harmonies of #0A3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3CCE

Black with #0A3CCE

Text Example


Text Example

White with #0A3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,60,206); }

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

background-color css

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

 a { background-color: rgb(10,60,206); }

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

border-color css

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

 span { border-color: rgb(10,60,206); }

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