Html Css Color HEX #0938BA Persian Blue

📋 copy color: '#0938BA'

red 9 ◦ green 56 ◦ blue 186

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

Shades of Persian Blue #0938BA

Tints of Persian Blue #0938BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 74.1%

R = 3.59%
G = 22.31%
B = 74.1%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0938BA (or 0x0938BA) is known color: Persian Blue. HEX triplet: 09, 38 and BA. RGB value is (9,56,186). Sum of RGB (Red+Green+Blue) = 9+56+186=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #0938BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938BA is #F6C745. Grayscale: #383838. Windows color (decimal): -16172870 or 12204041. OLE color: 12204041.

HSL color Cylindrical-coordinate representation of color #0938BA: hue angle of 224.07º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0938BA is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 56 186 -
CMYK 0.95 0.70 0 0.27
HSL 224.07º 0.91% 0.38% -
HSV(B) 224.07º 0.95% 0.73% -
XYZ 10.39 6.43 47.15 -
YUV 56.77 200.93 93.93 -
System Red Green Blue C M Y K H S L
Decimal 9 56 186 0.95 0.70 0 0.27 224.07 0.91 0.38
Hex 9 38 BA 5F 46 0 1B E0 5B 26
Octal 11 70 272 137 106 0 33 340 133 46
Binary 1001 111000 10111010 1011111 1000110 0 11011 11100000 1011011 100110

Color Harmonies of #0938BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938BA

Black with #0938BA

Text Example


Text Example

White with #0938BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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