Html Css Color HEX #0942DC Persian Blue

📋 copy color: '#0942DC'

red 9 ◦ green 66 ◦ blue 220

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

Shades of Persian Blue #0942DC

Tints of Persian Blue #0942DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.58%

R = 3.05%
G = 22.37%
B = 74.58%

CMYK

 C value IS 0.96

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0942DC (or 0x0942DC) is known color: Persian Blue. HEX triplet: 09, 42 and DC. RGB value is (9,66,220). Sum of RGB (Red+Green+Blue) = 9+66+220=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #0942DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0942DC is #F6BD23. Grayscale: #414141. Windows color (decimal): -16170276 or 14434825. OLE color: 14434825.

HSL color Cylindrical-coordinate representation of color #0942DC: hue angle of 223.79º 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 #0942DC is Cyan = 0.96, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 66 220 -
CMYK 0.96 0.7 0 0.14
HSL 223.79º 0.92% 0.45% -
HSV(B) 223.79º 0.96% 0.86% -
XYZ 14.98 9.12 68.68 -
YUV 66.51 214.62 86.98 -
System Red Green Blue C M Y K H S L
Decimal 9 66 220 0.96 0.7 0 0.14 223.79 0.92 0.45
Hex 9 42 DC 60 46 0 E E0 5C 2D
Octal 11 102 334 140 106 0 16 340 134 55
Binary 1001 1000010 11011100 1100000 1000110 0 1110 11100000 1011100 101101

Color Harmonies of #0942DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0942DC

Black with #0942DC

Text Example


Text Example

White with #0942DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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