Html Css Color HEX #0C2FBE Persian Blue

📋 copy color: '#0C2FBE'

red 12 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #0C2FBE

Tints of Persian Blue #0C2FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 76.31%

R = 4.82%
G = 18.88%
B = 76.31%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C2FBE (or 0x0C2FBE) is known color: Persian Blue. HEX triplet: 0C, 2F and BE. RGB value is (12,47,190). Sum of RGB (Red+Green+Blue) = 12+47+190=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C2FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2FBE is #F3D041. Grayscale: #343434. Windows color (decimal): -15978562 or 12463884. OLE color: 12463884.

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

Color convert

RGB 12 47 190 -
CMYK 0.94 0.75 0 0.25
HSL 228.2º 0.88% 0.4% -
HSV(B) 228.2º 0.94% 0.75% -
XYZ 10.46 5.83 49.29 -
YUV 52.84 205.4 98.87 -
System Red Green Blue C M Y K H S L
Decimal 12 47 190 0.94 0.75 0 0.25 228.2 0.88 0.4
Hex C 2F BE 5E 4B 0 19 E4 58 28
Octal 14 57 276 136 113 0 31 344 130 50
Binary 1100 101111 10111110 1011110 1001011 0 11001 11100100 1011000 101000

Color Harmonies of #0C2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2FBE

Black with #0C2FBE

Text Example


Text Example

White with #0C2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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