Html Css Color HEX #0944CE Persian Blue

📋 copy color: '#0944CE'

red 9 ◦ green 68 ◦ blue 206

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

Shades of Persian Blue #0944CE

Tints of Persian Blue #0944CE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

 BLUE value IS 206 (80.86% from 255) = 72.79%

R = 3.18%
G = 24.03%
B = 72.79%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0944CE (or 0x0944CE) is known color: Persian Blue. HEX triplet: 09, 44 and CE. RGB value is (9,68,206). Sum of RGB (Red+Green+Blue) = 9+68+206=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #0944CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0944CE is #F6BB31. Grayscale: #414141. Windows color (decimal): -16169778 or 13517833. OLE color: 13517833.

HSL color Cylindrical-coordinate representation of color #0944CE: hue angle of 222.03º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0944CE is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 68 206 -
CMYK 0.96 0.67 0 0.19
HSL 222.03º 0.92% 0.42% -
HSV(B) 222.03º 0.96% 0.81% -
XYZ 13.32 8.65 59.36 -
YUV 66.09 206.95 87.28 -
System Red Green Blue C M Y K H S L
Decimal 9 68 206 0.96 0.67 0 0.19 222.03 0.92 0.42
Hex 9 44 CE 60 43 0 13 DE 5C 2A
Octal 11 104 316 140 103 0 23 336 134 52
Binary 1001 1000100 11001110 1100000 1000011 0 10011 11011110 1011100 101010

Color Harmonies of #0944CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0944CE

Black with #0944CE

Text Example


Text Example

White with #0944CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0944CE; }

 p { color: rgb(9,68,206); }

 H1.HeaderClassName
 {
   color: #0944CE;
 }
 .AnyTagClassName
 {
   color: #0944CE;
 }
</style>

background-color css

<style>
 a { background-color: #0944CE; }

 a { background-color: rgb(9,68,206); }

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

border-color css

<style>
 span { border-color: #0944CE; }

 span { border-color: rgb(9,68,206); }

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