Html Css Color HEX #0C2BBC Persian Blue

📋 copy color: '#0C2BBC'

red 12 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #0C2BBC

Tints of Persian Blue #0C2BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

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

R = 4.94%
G = 17.7%
B = 77.37%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C2BBC (or 0x0C2BBC) is known color: Persian Blue. HEX triplet: 0C, 2B and BC. RGB value is (12,43,188). Sum of RGB (Red+Green+Blue) = 12+43+188=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C2BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2BBC is #F3D443. Grayscale: #313131. Windows color (decimal): -15979588 or 12331788. OLE color: 12331788.

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

Color convert

RGB 12 43 188 -
CMYK 0.94 0.77 0 0.26
HSL 229.43º 0.88% 0.39% -
HSV(B) 229.43º 0.94% 0.74% -
XYZ 10.09 5.44 48.09 -
YUV 50.26 205.73 100.71 -
System Red Green Blue C M Y K H S L
Decimal 12 43 188 0.94 0.77 0 0.26 229.43 0.88 0.39
Hex C 2B BC 5E 4D 0 1A E5 58 27
Octal 14 53 274 136 115 0 32 345 130 47
Binary 1100 101011 10111100 1011110 1001101 0 11010 11100101 1011000 100111

Color Harmonies of #0C2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2BBC

Black with #0C2BBC

Text Example


Text Example

White with #0C2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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