Html Css Color HEX #0A33CD Persian Blue

📋 copy color: '#0A33CD'

red 10 ◦ green 51 ◦ blue 205

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

Shades of Persian Blue #0A33CD

Tints of Persian Blue #0A33CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 77.07%

R = 3.76%
G = 19.17%
B = 77.07%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A33CD (or 0x0A33CD) is known color: Persian Blue. HEX triplet: 0A, 33 and CD. RGB value is (10,51,205). Sum of RGB (Red+Green+Blue) = 10+51+205=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A33CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A33CD is #F5CC32. Grayscale: #373737. Windows color (decimal): -16108595 or 13447946. OLE color: 13447946.

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

Color convert

RGB 10 51 205 -
CMYK 0.95 0.75 0 0.20
HSL 227.38º 0.91% 0.42% -
HSV(B) 227.38º 0.95% 0.8% -
XYZ 12.33 6.84 58.43 -
YUV 56.3 211.92 94.98 -
System Red Green Blue C M Y K H S L
Decimal 10 51 205 0.95 0.75 0 0.20 227.38 0.91 0.42
Hex A 33 CD 5F 4B 0 14 E3 5B 2A
Octal 12 63 315 137 113 0 24 343 133 52
Binary 1010 110011 11001101 1011111 1001011 0 10100 11100011 1011011 101010

Color Harmonies of #0A33CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A33CD

Black with #0A33CD

Text Example


Text Example

White with #0A33CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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