Html Css Color HEX #0948CA Persian Blue

📋 copy color: '#0948CA'

red 9 ◦ green 72 ◦ blue 202

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

Shades of Persian Blue #0948CA

Tints of Persian Blue #0948CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 71.38%

R = 3.18%
G = 25.44%
B = 71.38%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0948CA (or 0x0948CA) is known color: Persian Blue. HEX triplet: 09, 48 and CA. RGB value is (9,72,202). Sum of RGB (Red+Green+Blue) = 9+72+202=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #0948CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948CA is #F6B735. Grayscale: #434343. Windows color (decimal): -16168758 or 13256713. OLE color: 13256713.

HSL color Cylindrical-coordinate representation of color #0948CA: hue angle of 220.41º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0948CA is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 72 202 -
CMYK 0.96 0.64 0 0.21
HSL 220.41º 0.91% 0.41% -
HSV(B) 220.41º 0.96% 0.79% -
XYZ 13.09 8.96 56.92 -
YUV 67.98 203.63 85.93 -
System Red Green Blue C M Y K H S L
Decimal 9 72 202 0.96 0.64 0 0.21 220.41 0.91 0.41
Hex 9 48 CA 60 40 0 15 DC 5B 29
Octal 11 110 312 140 100 0 25 334 133 51
Binary 1001 1001000 11001010 1100000 1000000 0 10101 11011100 1011011 101001

Color Harmonies of #0948CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948CA

Black with #0948CA

Text Example


Text Example

White with #0948CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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