Html Css Color HEX #0945DB Persian Blue

📋 copy color: '#0945DB'

red 9 ◦ green 69 ◦ blue 219

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

Shades of Persian Blue #0945DB

Tints of Persian Blue #0945DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

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

R = 3.03%
G = 23.23%
B = 73.74%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0945DB (or 0x0945DB) is known color: Persian Blue. HEX triplet: 09, 45 and DB. RGB value is (9,69,219). Sum of RGB (Red+Green+Blue) = 9+69+219=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #0945DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0945DB is #F6BA24. Grayscale: #434343. Windows color (decimal): -16169509 or 14370057. OLE color: 14370057.

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

Color convert

RGB 9 69 219 -
CMYK 0.96 0.68 0 0.14
HSL 222.86º 0.92% 0.45% -
HSV(B) 222.86º 0.96% 0.86% -
XYZ 15.03 9.43 68.05 -
YUV 68.16 213.12 85.8 -
System Red Green Blue C M Y K H S L
Decimal 9 69 219 0.96 0.68 0 0.14 222.86 0.92 0.45
Hex 9 45 DB 60 44 0 E DF 5C 2D
Octal 11 105 333 140 104 0 16 337 134 55
Binary 1001 1000101 11011011 1100000 1000100 0 1110 11011111 1011100 101101

Color Harmonies of #0945DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0945DB

Black with #0945DB

Text Example


Text Example

White with #0945DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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