Html Css Color HEX #0925CD Persian Blue

📋 copy color: '#0925CD'

red 9 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #0925CD

Tints of Persian Blue #0925CD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

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

R = 3.59%
G = 14.74%
B = 81.67%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0925CD (or 0x0925CD) is known color: Persian Blue. HEX triplet: 09, 25 and CD. RGB value is (9,37,205). Sum of RGB (Red+Green+Blue) = 9+37+205=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #0925CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0925CD is #F6DA32. Grayscale: #2F2F2F. Windows color (decimal): -16177715 or 13444361. OLE color: 13444361.

HSL color Cylindrical-coordinate representation of color #0925CD: hue angle of 231.43º 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 #0925CD is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 37 205 -
CMYK 0.96 0.82 0 0.20
HSL 231.43º 0.92% 0.42% -
HSV(B) 231.43º 0.96% 0.8% -
XYZ 11.79 5.79 58.25 -
YUV 47.78 216.72 100.34 -
System Red Green Blue C M Y K H S L
Decimal 9 37 205 0.96 0.82 0 0.20 231.43 0.92 0.42
Hex 9 25 CD 60 52 0 14 E7 5C 2A
Octal 11 45 315 140 122 0 24 347 134 52
Binary 1001 100101 11001101 1100000 1010010 0 10100 11100111 1011100 101010

Color Harmonies of #0925CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0925CD

Black with #0925CD

Text Example


Text Example

White with #0925CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0925CD; }

 p { color: rgb(9,37,205); }

 H1.HeaderClassName
 {
   color: #0925CD;
 }
 .AnyTagClassName
 {
   color: #0925CD;
 }
</style>

background-color css

<style>
 a { background-color: #0925CD; }

 a { background-color: rgb(9,37,205); }

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

border-color css

<style>
 span { border-color: #0925CD; }

 span { border-color: rgb(9,37,205); }

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