Html Css Color HEX #0938C6 Persian Blue

📋 copy color: '#0938C6'

red 9 ◦ green 56 ◦ blue 198

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

Shades of Persian Blue #0938C6

Tints of Persian Blue #0938C6

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

 BLUE value IS 198 (77.73% from 255) = 75.29%

R = 3.42%
G = 21.29%
B = 75.29%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0938C6 (or 0x0938C6) is known color: Persian Blue. HEX triplet: 09, 38 and C6. RGB value is (9,56,198). Sum of RGB (Red+Green+Blue) = 9+56+198=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 198 (77.73% from 255 or 75.29% from 263); Max value from RGB is 198 - color contains mainly: blue. Hex color #0938C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938C6 is #F6C739. Grayscale: #393939. Windows color (decimal): -16172858 or 12990473. OLE color: 12990473.

HSL color Cylindrical-coordinate representation of color #0938C6: hue angle of 225.08º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0938C6 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 56 198 -
CMYK 0.95 0.72 0 0.22
HSL 225.08º 0.91% 0.41% -
HSV(B) 225.08º 0.95% 0.78% -
XYZ 11.72 6.96 54.15 -
YUV 58.14 206.93 92.95 -
System Red Green Blue C M Y K H S L
Decimal 9 56 198 0.95 0.72 0 0.22 225.08 0.91 0.41
Hex 9 38 C6 5F 48 0 16 E1 5B 29
Octal 11 70 306 137 110 0 26 341 133 51
Binary 1001 111000 11000110 1011111 1001000 0 10110 11100001 1011011 101001

Color Harmonies of #0938C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938C6

Black with #0938C6

Text Example


Text Example

White with #0938C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0938C6; }

 p { color: rgb(9,56,198); }

 H1.HeaderClassName
 {
   color: #0938C6;
 }
 .AnyTagClassName
 {
   color: #0938C6;
 }
</style>

background-color css

<style>
 a { background-color: #0938C6; }

 a { background-color: rgb(9,56,198); }

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

border-color css

<style>
 span { border-color: #0938C6; }

 span { border-color: rgb(9,56,198); }

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