Html Css Color HEX #0948CE Persian Blue

📋 copy color: '#0948CE'

red 9 ◦ green 72 ◦ blue 206

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

Shades of Persian Blue #0948CE

Tints of Persian Blue #0948CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

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

R = 3.14%
G = 25.09%
B = 71.78%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0948CE (or 0x0948CE) is known color: Persian Blue. HEX triplet: 09, 48 and CE. RGB value is (9,72,206). Sum of RGB (Red+Green+Blue) = 9+72+206=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #0948CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948CE is #F6B731. Grayscale: #434343. Windows color (decimal): -16168754 or 13518857. OLE color: 13518857.

HSL color Cylindrical-coordinate representation of color #0948CE: hue angle of 220.81º 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 #0948CE is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 72 206 -
CMYK 0.96 0.65 0 0.19
HSL 220.81º 0.92% 0.42% -
HSV(B) 220.81º 0.96% 0.81% -
XYZ 13.57 9.15 59.44 -
YUV 68.44 205.63 85.6 -
System Red Green Blue C M Y K H S L
Decimal 9 72 206 0.96 0.65 0 0.19 220.81 0.92 0.42
Hex 9 48 CE 60 41 0 13 DD 5C 2A
Octal 11 110 316 140 101 0 23 335 134 52
Binary 1001 1001000 11001110 1100000 1000001 0 10011 11011101 1011100 101010

Color Harmonies of #0948CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948CE

Black with #0948CE

Text Example


Text Example

White with #0948CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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