Html Css Color HEX #0C31DB Persian Blue

📋 copy color: '#0C31DB'

red 12 ◦ green 49 ◦ blue 219

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

Shades of Persian Blue #0C31DB

Tints of Persian Blue #0C31DB

RGB

 RED value IS 12 (5.08% from 255) = 4.29%

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 4.29%
G = 17.5%
B = 78.21%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C31DB (or 0x0C31DB) is known color: Persian Blue. HEX triplet: 0C, 31 and DB. RGB value is (12,49,219). Sum of RGB (Red+Green+Blue) = 12+49+219=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C31DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C31DB is #F3CE24. Grayscale: #383838. Windows color (decimal): -15978021 or 14364940. OLE color: 14364940.

HSL color Cylindrical-coordinate representation of color #0C31DB: hue angle of 229.28º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C31DB is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 49 219 -
CMYK 0.95 0.78 0 0.14
HSL 229.28º 0.9% 0.45% -
HSV(B) 229.28º 0.95% 0.86% -
XYZ 14.04 7.39 67.7 -
YUV 57.32 219.24 95.68 -
System Red Green Blue C M Y K H S L
Decimal 12 49 219 0.95 0.78 0 0.14 229.28 0.9 0.45
Hex C 31 DB 5F 4E 0 E E5 5A 2D
Octal 14 61 333 137 116 0 16 345 132 55
Binary 1100 110001 11011011 1011111 1001110 0 1110 11100101 1011010 101101

Color Harmonies of #0C31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C31DB

Black with #0C31DB

Text Example


Text Example

White with #0C31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C31DB; }

 p { color: rgb(12,49,219); }

 H1.HeaderClassName
 {
   color: #0C31DB;
 }
 .AnyTagClassName
 {
   color: #0C31DB;
 }
</style>

background-color css

<style>
 a { background-color: #0C31DB; }

 a { background-color: rgb(12,49,219); }

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

border-color css

<style>
 span { border-color: #0C31DB; }

 span { border-color: rgb(12,49,219); }

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