Html Css Color HEX #0929CC Persian Blue

📋 copy color: '#0929CC'

red 9 ◦ green 41 ◦ blue 204

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

Shades of Persian Blue #0929CC

Tints of Persian Blue #0929CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80.31%

R = 3.54%
G = 16.14%
B = 80.31%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0929CC (or 0x0929CC) is known color: Persian Blue. HEX triplet: 09, 29 and CC. RGB value is (9,41,204). Sum of RGB (Red+Green+Blue) = 9+41+204=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #0929CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0929CC is #F6D633. Grayscale: #313131. Windows color (decimal): -16176692 or 13379849. OLE color: 13379849.

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

Color convert

RGB 9 41 204 -
CMYK 0.96 0.80 0 0.2
HSL 230.15º 0.92% 0.42% -
HSV(B) 230.15º 0.96% 0.8% -
XYZ 11.8 6 57.66 -
YUV 50.01 214.9 98.75 -
System Red Green Blue C M Y K H S L
Decimal 9 41 204 0.96 0.80 0 0.2 230.15 0.92 0.42
Hex 9 29 CC 60 50 0 14 E6 5C 2A
Octal 11 51 314 140 120 0 24 346 134 52
Binary 1001 101001 11001100 1100000 1010000 0 10100 11100110 1011100 101010

Color Harmonies of #0929CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0929CC

Black with #0929CC

Text Example


Text Example

White with #0929CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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