Html Css Color HEX #0938DA Persian Blue

📋 copy color: '#0938DA'

red 9 ◦ green 56 ◦ blue 218

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

Shades of Persian Blue #0938DA

Tints of Persian Blue #0938DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.03%

R = 3.18%
G = 19.79%
B = 77.03%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0938DA (or 0x0938DA) is known color: Persian Blue. HEX triplet: 09, 38 and DA. RGB value is (9,56,218). Sum of RGB (Red+Green+Blue) = 9+56+218=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #0938DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938DA is #F6C725. Grayscale: #3B3B3B. Windows color (decimal): -16172838 or 14301193. OLE color: 14301193.

HSL color Cylindrical-coordinate representation of color #0938DA: hue angle of 226.51º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0938DA is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 56 218 -
CMYK 0.96 0.74 0 0.15
HSL 226.51º 0.92% 0.45% -
HSV(B) 226.51º 0.96% 0.85% -
XYZ 14.18 7.95 67.12 -
YUV 60.42 216.93 91.33 -
System Red Green Blue C M Y K H S L
Decimal 9 56 218 0.96 0.74 0 0.15 226.51 0.92 0.45
Hex 9 38 DA 60 4A 0 F E3 5C 2D
Octal 11 70 332 140 112 0 17 343 134 55
Binary 1001 111000 11011010 1100000 1001010 0 1111 11100011 1011100 101101

Color Harmonies of #0938DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938DA

Black with #0938DA

Text Example


Text Example

White with #0938DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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