Html Css Color HEX #0935BE Persian Blue

📋 copy color: '#0935BE'

red 9 ◦ green 53 ◦ blue 190

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

Shades of Persian Blue #0935BE

Tints of Persian Blue #0935BE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

 BLUE value IS 190 (74.61% from 255) = 75.4%

R = 3.57%
G = 21.03%
B = 75.4%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0935BE (or 0x0935BE) is known color: Persian Blue. HEX triplet: 09, 35 and BE. RGB value is (9,53,190). Sum of RGB (Red+Green+Blue) = 9+53+190=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #0935BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0935BE is #F6CA41. Grayscale: #363636. Windows color (decimal): -16173634 or 12465417. OLE color: 12465417.

HSL color Cylindrical-coordinate representation of color #0935BE: hue angle of 225.41º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0935BE is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 53 190 -
CMYK 0.95 0.72 0 0.25
HSL 225.41º 0.91% 0.39% -
HSV(B) 225.41º 0.95% 0.75% -
XYZ 10.68 6.32 49.37 -
YUV 55.46 203.92 94.86 -
System Red Green Blue C M Y K H S L
Decimal 9 53 190 0.95 0.72 0 0.25 225.41 0.91 0.39
Hex 9 35 BE 5F 48 0 19 E1 5B 27
Octal 11 65 276 137 110 0 31 341 133 47
Binary 1001 110101 10111110 1011111 1001000 0 11001 11100001 1011011 100111

Color Harmonies of #0935BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0935BE

Black with #0935BE

Text Example


Text Example

White with #0935BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0935BE; }

 p { color: rgb(9,53,190); }

 H1.HeaderClassName
 {
   color: #0935BE;
 }
 .AnyTagClassName
 {
   color: #0935BE;
 }
</style>

background-color css

<style>
 a { background-color: #0935BE; }

 a { background-color: rgb(9,53,190); }

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

border-color css

<style>
 span { border-color: #0935BE; }

 span { border-color: rgb(9,53,190); }

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