Html Css Color HEX #0C2BBF Persian Blue

📋 copy color: '#0C2BBF'

red 12 ◦ green 43 ◦ blue 191

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

Shades of Persian Blue #0C2BBF

Tints of Persian Blue #0C2BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 77.64%

R = 4.88%
G = 17.48%
B = 77.64%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C2BBF (or 0x0C2BBF) is known color: Persian Blue. HEX triplet: 0C, 2B and BF. RGB value is (12,43,191). Sum of RGB (Red+Green+Blue) = 12+43+191=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C2BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2BBF is #F3D440. Grayscale: #313131. Windows color (decimal): -15979585 or 12528396. OLE color: 12528396.

HSL color Cylindrical-coordinate representation of color #0C2BBF: hue angle of 229.61º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2BBF is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 43 191 -
CMYK 0.94 0.77 0 0.25
HSL 229.61º 0.88% 0.4% -
HSV(B) 229.61º 0.94% 0.75% -
XYZ 10.42 5.57 49.82 -
YUV 50.6 207.23 100.47 -
System Red Green Blue C M Y K H S L
Decimal 12 43 191 0.94 0.77 0 0.25 229.61 0.88 0.4
Hex C 2B BF 5E 4D 0 19 E6 58 28
Octal 14 53 277 136 115 0 31 346 130 50
Binary 1100 101011 10111111 1011110 1001101 0 11001 11100110 1011000 101000

Color Harmonies of #0C2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2BBF

Black with #0C2BBF

Text Example


Text Example

White with #0C2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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