Html Css Color HEX #0C31BA Persian Blue

📋 copy color: '#0C31BA'

red 12 ◦ green 49 ◦ blue 186

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

Shades of Persian Blue #0C31BA

Tints of Persian Blue #0C31BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.3%

R = 4.86%
G = 19.84%
B = 75.3%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C31BA (or 0x0C31BA) is known color: Persian Blue. HEX triplet: 0C, 31 and BA. RGB value is (12,49,186). Sum of RGB (Red+Green+Blue) = 12+49+186=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C31BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C31BA is #F3CE45. Grayscale: #343434. Windows color (decimal): -15978054 or 12202252. OLE color: 12202252.

HSL color Cylindrical-coordinate representation of color #0C31BA: hue angle of 227.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C31BA is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 49 186 -
CMYK 0.94 0.74 0 0.27
HSL 227.24º 0.88% 0.39% -
HSV(B) 227.24º 0.94% 0.73% -
XYZ 10.11 5.82 47.04 -
YUV 53.56 202.74 98.36 -
System Red Green Blue C M Y K H S L
Decimal 12 49 186 0.94 0.74 0 0.27 227.24 0.88 0.39
Hex C 31 BA 5E 4A 0 1B E3 58 27
Octal 14 61 272 136 112 0 33 343 130 47
Binary 1100 110001 10111010 1011110 1001010 0 11011 11100011 1011000 100111

Color Harmonies of #0C31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C31BA

Black with #0C31BA

Text Example


Text Example

White with #0C31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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