Html Css Color HEX #0C2FBA Persian Blue

📋 copy color: '#0C2FBA'

red 12 ◦ green 47 ◦ blue 186

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

Shades of Persian Blue #0C2FBA

Tints of Persian Blue #0C2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.18%

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

R = 4.9%
G = 19.18%
B = 75.92%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C2FBA (or 0x0C2FBA) is known color: Persian Blue. HEX triplet: 0C, 2F and BA. RGB value is (12,47,186). Sum of RGB (Red+Green+Blue) = 12+47+186=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C2FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2FBA is #F3D045. Grayscale: #333333. Windows color (decimal): -15978566 or 12201740. OLE color: 12201740.

HSL color Cylindrical-coordinate representation of color #0C2FBA: hue angle of 227.93º 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 #0C2FBA is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 47 186 -
CMYK 0.94 0.75 0 0.27
HSL 227.93º 0.88% 0.39% -
HSV(B) 227.93º 0.94% 0.73% -
XYZ 10.03 5.66 47.02 -
YUV 52.38 203.4 99.2 -
System Red Green Blue C M Y K H S L
Decimal 12 47 186 0.94 0.75 0 0.27 227.93 0.88 0.39
Hex C 2F BA 5E 4B 0 1B E4 58 27
Octal 14 57 272 136 113 0 33 344 130 47
Binary 1100 101111 10111010 1011110 1001011 0 11011 11100100 1011000 100111

Color Harmonies of #0C2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2FBA

Black with #0C2FBA

Text Example


Text Example

White with #0C2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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