Html Css Color HEX #0929CE Persian Blue

📋 copy color: '#0929CE'

red 9 ◦ green 41 ◦ blue 206

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

Shades of Persian Blue #0929CE

Tints of Persian Blue #0929CE

RGB

 RED value IS 9 (3.91% from 255) = 3.52%

 GREEN value IS 41 (16.41% from 255) = 16.02%

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

R = 3.52%
G = 16.02%
B = 80.47%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0929CE (or 0x0929CE) is known color: Persian Blue. HEX triplet: 09, 29 and CE. RGB value is (9,41,206). Sum of RGB (Red+Green+Blue) = 9+41+206=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #0929CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0929CE is #F6D631. Grayscale: #313131. Windows color (decimal): -16176690 or 13510921. OLE color: 13510921.

HSL color Cylindrical-coordinate representation of color #0929CE: hue angle of 230.25º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0929CE is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 41 206 -
CMYK 0.96 0.80 0 0.19
HSL 230.25º 0.92% 0.42% -
HSV(B) 230.25º 0.96% 0.81% -
XYZ 12.05 6.1 58.94 -
YUV 50.24 215.9 98.58 -
System Red Green Blue C M Y K H S L
Decimal 9 41 206 0.96 0.80 0 0.19 230.25 0.92 0.42
Hex 9 29 CE 60 50 0 13 E6 5C 2A
Octal 11 51 316 140 120 0 23 346 134 52
Binary 1001 101001 11001110 1100000 1010000 0 10011 11100110 1011100 101010

Color Harmonies of #0929CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0929CE

Black with #0929CE

Text Example


Text Example

White with #0929CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0929CE; }

 p { color: rgb(9,41,206); }

 H1.HeaderClassName
 {
   color: #0929CE;
 }
 .AnyTagClassName
 {
   color: #0929CE;
 }
</style>

background-color css

<style>
 a { background-color: #0929CE; }

 a { background-color: rgb(9,41,206); }

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

border-color css

<style>
 span { border-color: #0929CE; }

 span { border-color: rgb(9,41,206); }

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