Html Css Color HEX #0938CB Persian Blue

📋 copy color: '#0938CB'

red 9 ◦ green 56 ◦ blue 203

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

Shades of Persian Blue #0938CB

Tints of Persian Blue #0938CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.75%

R = 3.36%
G = 20.9%
B = 75.75%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0938CB (or 0x0938CB) is known color: Persian Blue. HEX triplet: 09, 38 and CB. RGB value is (9,56,203). Sum of RGB (Red+Green+Blue) = 9+56+203=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #0938CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938CB is #F6C734. Grayscale: #3A3A3A. Windows color (decimal): -16172853 or 13318153. OLE color: 13318153.

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

Color convert

RGB 9 56 203 -
CMYK 0.96 0.72 0 0.20
HSL 225.46º 0.92% 0.42% -
HSV(B) 225.46º 0.96% 0.8% -
XYZ 12.31 7.2 57.24 -
YUV 58.71 209.43 92.55 -
System Red Green Blue C M Y K H S L
Decimal 9 56 203 0.96 0.72 0 0.20 225.46 0.92 0.42
Hex 9 38 CB 60 48 0 14 E1 5C 2A
Octal 11 70 313 140 110 0 24 341 134 52
Binary 1001 111000 11001011 1100000 1001000 0 10100 11100001 1011100 101010

Color Harmonies of #0938CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938CB

Black with #0938CB

Text Example


Text Example

White with #0938CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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