Html Css Color HEX #0942DB Persian Blue

📋 copy color: '#0942DB'

red 9 ◦ green 66 ◦ blue 219

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

Shades of Persian Blue #0942DB

Tints of Persian Blue #0942DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

 BLUE value IS 219 (85.94% from 255) = 74.49%

R = 3.06%
G = 22.45%
B = 74.49%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0942DB (or 0x0942DB) is known color: Persian Blue. HEX triplet: 09, 42 and DB. RGB value is (9,66,219). Sum of RGB (Red+Green+Blue) = 9+66+219=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #0942DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0942DB is #F6BD24. Grayscale: #414141. Windows color (decimal): -16170277 or 14369289. OLE color: 14369289.

HSL color Cylindrical-coordinate representation of color #0942DB: hue angle of 223.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0942DB is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 66 219 -
CMYK 0.96 0.70 0 0.14
HSL 223.71º 0.92% 0.45% -
HSV(B) 223.71º 0.96% 0.86% -
XYZ 14.85 9.07 67.99 -
YUV 66.4 214.12 87.06 -
System Red Green Blue C M Y K H S L
Decimal 9 66 219 0.96 0.70 0 0.14 223.71 0.92 0.45
Hex 9 42 DB 60 46 0 E E0 5C 2D
Octal 11 102 333 140 106 0 16 340 134 55
Binary 1001 1000010 11011011 1100000 1000110 0 1110 11100000 1011100 101101

Color Harmonies of #0942DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0942DB

Black with #0942DB

Text Example


Text Example

White with #0942DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0942DB; }

 p { color: rgb(9,66,219); }

 H1.HeaderClassName
 {
   color: #0942DB;
 }
 .AnyTagClassName
 {
   color: #0942DB;
 }
</style>

background-color css

<style>
 a { background-color: #0942DB; }

 a { background-color: rgb(9,66,219); }

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

border-color css

<style>
 span { border-color: #0942DB; }

 span { border-color: rgb(9,66,219); }

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