Html Css Color HEX #0938BB Persian Blue

📋 copy color: '#0938BB'

red 9 ◦ green 56 ◦ blue 187

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

Shades of Persian Blue #0938BB

Tints of Persian Blue #0938BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.21%

R = 3.57%
G = 22.22%
B = 74.21%

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

#0938BB (or 0x0938BB) is known color: Persian Blue. HEX triplet: 09, 38 and BB. RGB value is (9,56,187). Sum of RGB (Red+Green+Blue) = 9+56+187=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #0938BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938BB is #F6C744. Grayscale: #383838. Windows color (decimal): -16172869 or 12269577. OLE color: 12269577.

HSL color Cylindrical-coordinate representation of color #0938BB: hue angle of 224.16º 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 #0938BB is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 56 187 -
CMYK 0.95 0.70 0 0.27
HSL 224.16º 0.91% 0.38% -
HSV(B) 224.16º 0.95% 0.73% -
XYZ 10.5 6.47 47.71 -
YUV 56.88 201.43 93.85 -
System Red Green Blue C M Y K H S L
Decimal 9 56 187 0.95 0.70 0 0.27 224.16 0.91 0.38
Hex 9 38 BB 5F 46 0 1B E0 5B 26
Octal 11 70 273 137 106 0 33 340 133 46
Binary 1001 111000 10111011 1011111 1000110 0 11011 11100000 1011011 100110

Color Harmonies of #0938BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938BB

Black with #0938BB

Text Example


Text Example

White with #0938BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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