Html Css Color HEX #0C1FBC Persian Blue

📋 copy color: '#0C1FBC'

red 12 ◦ green 31 ◦ blue 188

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

Shades of Persian Blue #0C1FBC

Tints of Persian Blue #0C1FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.42%

 BLUE value IS 188 (73.83% from 255) = 81.39%

R = 5.19%
G = 13.42%
B = 81.39%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C1FBC (or 0x0C1FBC) is known color: Persian Blue. HEX triplet: 0C, 1F and BC. RGB value is (12,31,188). Sum of RGB (Red+Green+Blue) = 12+31+188=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C1FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1FBC is #F3E043. Grayscale: #2A2A2A. Windows color (decimal): -15982660 or 12328716. OLE color: 12328716.

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

Color convert

RGB 12 31 188 -
CMYK 0.94 0.84 0 0.26
HSL 233.52º 0.88% 0.39% -
HSV(B) 233.52º 0.94% 0.74% -
XYZ 9.72 4.69 47.97 -
YUV 43.22 209.71 105.73 -
System Red Green Blue C M Y K H S L
Decimal 12 31 188 0.94 0.84 0 0.26 233.52 0.88 0.39
Hex C 1F BC 5E 54 0 1A EA 58 27
Octal 14 37 274 136 124 0 32 352 130 47
Binary 1100 11111 10111100 1011110 1010100 0 11010 11101010 1011000 100111

Color Harmonies of #0C1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1FBC

Black with #0C1FBC

Text Example


Text Example

White with #0C1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,31,188); }

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

background-color css

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

 a { background-color: rgb(12,31,188); }

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

border-color css

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

 span { border-color: rgb(12,31,188); }

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